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

Thorgeir

Re: Root node in Treeview without sign (+/-) by Jeremy

Jeremy
Thu Jul 10 09:25:32 CDT 2003


"Thorgeir" <Thorgeir.berre@unn.no> wrote in message
news:04d401c346d6$87c053a0$a001280a@phx.gbl...
> 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


Re: Root node in Treeview without sign (+/-) by Thorgeir

Thorgeir
Fri Jul 11 00:57:39 CDT 2003

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

Thorgeir

>-----Original Message-----
>
>"Thorgeir" <Thorgeir.berre@unn.no> wrote in message
>news:04d401c346d6$87c053a0$a001280a@phx.gbl...
>> 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
>
>.
>