Root node in Treeview without sign (+/-)

  • Thread starter Thread starter Thorgeir
  • Start date Start date
T

Thorgeir

Hi
Does anyone know how to show the root node in a treeview
control without the signs in front?

Thorgeir
 
Thorgeir said:
Hi
Does anyone know how to show the root node in a treeview
control without the signs in front?

There is a property of the TreeView control call ShowRootLines (or something
like that). Set it to False.

HTH,
Jeremy
 
Thanks Jeremy.
My mistake was to look for properties on the node, not
the treeview.

Thorgeir
 
Back
Top