Root node in Treeview without sign (+/-)

T

Thorgeir

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

Thorgeir
 
J

Jeremy Cowles

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
 
T

Thorgeir

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

Thorgeir
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top