Home - Forums-.NET - FlyTreeView (ASP.NET) - lock first node

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

lock first node
Link Posted: 28-Dec-2005 22:06
Hi, i have a flytreeview populated by a callback.
The text property of the nodes is html code that simulates a table
with five columns.
The first node contains the headers of the columns,
but now i would like to lock this first node.
How can i do this?
Link Posted: 29-Dec-2005 05:13
what do you mean "to lock a node"? Do you mean to disable some client hanlders or something else?
Link Posted: 29-Dec-2005 22:25
I would want that the first node was always visible after that the user
has used the scroll towards the bottom.
Link Posted: 04-Jan-2006 04:22
Actually this functionality can be hardly implemented becase the flytreeview node has a fixed html structure and no any node can be moved outside of the layer scrolled using its scrollbars.