tvanstiphout
Well-known member
- Local time
- Yesterday, 17:45
- Joined
- Jan 22, 2016
- Messages
- 686
I downloaded @MajP excellent treeview example from here.
I run frmDemo, select "Show Checks", and check the box for Dr. Andrew Fuller. I answer Yes to check the descendants, and then expand the node to see the result (see screenshot).
Not all descendants are checked. I believe this is a side-effect of LoadType argument of Initialize method being set to lt_lightload by default.
Maybe it would be better to call expandChildren at the top of CheckDescendants.
I run frmDemo, select "Show Checks", and check the box for Dr. Andrew Fuller. I answer Yes to check the descendants, and then expand the node to see the result (see screenshot).
Not all descendants are checked. I believe this is a side-effect of LoadType argument of Initialize method being set to lt_lightload by default.
Maybe it would be better to call expandChildren at the top of CheckDescendants.