Articles in this section
Category / Section

How to display checkBox to the right of the TreeNodeAdv in WinForms TreeViewAdv?

1 min read

Custom control

You can achieve this by setting CheckBox as CustomContol to the TreeNodeAdv as follows.

C#

this.treeViewAdv1.Nodes[0].CustomControl = this.checkBox1;

VB

Me.treeViewAdv1.Nodes[0].CustomControl = this.checkBox1

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied