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

  • Thread starter Thread starter philippe.kozubek
  • Start date Start date
P

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
 
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.
 
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.
 
Back
Top