Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
TIWTreeView
#1
Is there anyway to disable a node from being clickable? I have a treeview where some nodes are info only, and should not be clickable.
Reply
#2
you can assign OnClick event handlers to individual nodes in your tree. The nodes which have an event assigned are clickable. The others are not.

Please make sure you assign OnClick even handlers to the nodes, not to the tree view itself. If you assign an OnClick to the treeview, all nodes become clicable.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)