Treeview_help

  • Thread starter Thread starter sonali_reddy123
  • Start date Start date
S

sonali_reddy123

Hi,

I need a help for using a treeview control.Is it possible that
we disable some nodes in the the tree view so that it is unclickable
and thus won't invoke any events handled on it.


Any help is invitable

Thanks in advance
 
Could you not just put a check in the TreeView event handler to ignore
certain nodes? Maybe if you were to nominate which nodes are not selectable
 
Back
Top