Home - Forums-.NET - FlyTreeView (ASP.NET) - Deactivate Scrolling in FlyTree

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Deactivate Scrolling in FlyTree
Link Posted: 07-Nov-2006 04:43
Hello, Is there a way to turn off scrolling in the FlyTreeView? I am using a
arount the FlyTree to have better formating, scroll, style, etc control. I would like the FlyTree to render whatever size needed for the number of nodes and max node width. If I don't set the height and width, scroll bars show up for the FlyTree when the div is resized smaller than the tree. Thus I get double scroll bars. I tried setting width and height = 100%, large integers and the problem is it causes the
scroll bars to show up, even if I only have a couple nodes and not as wide as the div. Thanks in advance. Bob T
Link Posted: 07-Nov-2006 05:02
As an alternative, is there a way to set the TreeView width and height in client side javescript?
Link Posted: 07-Nov-2006 05:04
Actually, setting width and height client side will not help because the FlyTree scroll bars will show up if more nodes or too wide.  Please look at my original post.

Thank you
Link Posted: 07-Nov-2006 06:44
Set style=\"overflow: visible\" for flytreeview element.