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 Node
etc.
Is this possible in C# with a Pocket PC Device?
Thanks for the help
Krishnaraj LPosted Jun 19, 2006, 8:58 AM
I think you should use images for each node in this kind of requirements, so that you can change the images as you wish.
regards,
Raj