TreeView always expanded

  • Thread starter Thread starter Chino
  • Start date Start date
C

Chino

Hi!

I want my treeview to be show always expanded, and I don´t want to allow the
user to collapse any node. How can I implement this?? I don't find any event
to do it.

Thanks,

CHINO
 
If you want a static tree (without expand/collapse functionality) then
it would be better to draw this tree by yourself.
 
Back
Top