On a Pocket PC Device, is it possible to gray out or not have certain checkboxes in a TreeView? I know there is a TreeView.CheckBoxes Property, but it looks like you can only enable the WHOLE TreeView rather than just certain nodes within the TreeView. This is what I would like to do:
(no checkbox) Parent Node(checkbox) Child Node(checkbox) Child Node(no checkbox) Parent Node(checkbox) Child Node(checkbox) Child Nodeetc.
Is this possible in C# with a Pocket PC Device?
Thanks for the help