This question is locked. New answers and comments are not allowed.
I have a tree view with 3 levels, 1 parent item that has 4 child items, each child item has it's own child items. I'm trying to programmatically uncheck child items but it does not appear to work. I've tried [childitem].ischecked = false but this does not work and [childitem].checkstate will only work if the child item has been expanded.
Is there any way to programmatically set the checked state?
Is there any way to programmatically set the checked state?
