I am using the activeX TreeView control. Is there a property that will allow when setting the checkbox of an item set the children of that item in the tree view when expanded. Or have I to do it programmatically.
What I was hoping for was when you check a parent then its children when expanded are already checked. But I guess I'll have to check the children my self before expanding the branch.