I'm using TreeViewAdv, and doing a handful of nodes - each node can have a few items under that, nothing more.
I want to conditionally place checkboxes on certain items, not all of them, is this possible? When I'm in the designer and do it, it seems to work - but then I hit the OK button and it removes the checkboxes (this is when I set the checkboxes property per NODE).. If I set the checkboxes property per treeview control, they all show, but again , I want checkboxes only for certain items.
thanks..