Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Tree of checkboxes

Status
Not open for further replies.

tamuzi

Programmer
Jan 3, 2001
20
US
Hi.

I am looking for a way to display a tree of checkboxes.
The TreeView Component isn`t helping me since I am looking for one that when I choose only some of the "children" - The "father" become grayed, and when I choose the father - automaticly - all the children are chosen.
Actually - It`s like the tree which displayed when we install some software and we want to choose the components.

What control shall I use?

Thanks,
Tamuzi.
 

I believe you can do everything you want with the treeview, it will just take a lot of extra programming, or you could make your own from checkboxes, lines, and labels.

Good Luck

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top