Hierarchical control with check boxes?

  • Thread starter Thread starter Olav
  • Start date Start date
O

Olav

I need a control to display a hierarchical tree of data and each node in the
tree should have a checbox to select / unselect that part of the tree.
Selecting / unselecting a top node should select / unselect all the
children.

What kind of control is best fit for this? Any samples?

Olav
 
You will probably want to look into a TreeView Control. I do not know whether
Microsoft's default treeview control will support the scenarios you need or
whether you will need to find a 3rd party treeview control that is suited to
your needs.
 
Back
Top