webControl : tree view.. does it have any scroll bar property to scroll the tree ???

webControl : tree view.. does it have any scroll bar property to scroll the tree ???

am 18.10.2007 15:49:17 von philippe.kozubek

hello,

I build a tree view in a ASPx page but when i expand my nodes i cant
see all of it, the control doest put any scroll bar so i can scroll to
see my complete tree view data.... is there any property or i have to
do anythinf else ?

thanks

Re: webControl : tree view.. does it have any scroll bar property to scroll the tree ???

am 20.10.2007 08:09:41 von MR. Arnold

wrote in message
news:1192715357.266189.313150@e9g2000prf.googlegroups.com...
> hello,
>
> I build a tree view in a ASPx page but when i expand my nodes i cant
> see all of it, the control doest put any scroll bar so i can scroll to
> see my complete tree view data.... is there any property or i have to
> do anythinf else ?
>
> thanks
>

You need to post to MS.public.dotnet.framework.aspnet.

Re: webControl : tree view.. does it have any scroll bar property to scroll the tree ???

am 20.10.2007 16:36:41 von Registered User

On Thu, 18 Oct 2007 06:49:17 -0700, philippe.kozubek@gmail.com wrote:

>hello,
>
>I build a tree view in a ASPx page but when i expand my nodes i cant
>see all of it, the control doest put any scroll bar so i can scroll to
>see my complete tree view data.... is there any property or i have to
>do anythinf else ?
>
>thanks
Put the treeview on a Panel and use the Panel's scrolling properties.

regards
A.G.