Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i am require to multi column tree view and put each node and cell check box
like
Node column1 Column2 Column3 column4 column5 column6
Node 1 Checkbox checkbox checkbox checkbox checkbox checkbox
Node1.1 Checkbox checkbox checkbox checkbox checkbox checkbox
Node 1.1.1 Checkbox checkbox checkbox checkbox checkbox checkbox
Node 2 Checkbox checkbox checkbox checkbox checkbox checkbox
Node 2.1 Checkbox checkbox checkbox checkbox checkbox checkbox
Node 3 Checkbox checkbox checkbox checkbox checkbox checkbox


...........

What I have tried:

how to create treeview in vb.net
Posted
Updated 27-Jan-17 1:08am

1 solution

You only need to set the CheckBoxes-Property from the TreeView-Control to TRUE.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900