raver

raver

  • NA
  • 6
  • 0

TreeView CheckBox Properties for a Pocket PC Device

Jun 16 2006 9:55 AM

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


Answers (1)