Home - Forums-.NET - FlyTreeView (ASP.NET) - Placing Nodes differently around the parent node

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

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

Placing Nodes differently around the parent node
Link Posted: 23-Apr-2007 04:28
Hi,

Normally th Treeview grows downwards, but I require it to grow such that root node is in middle & the child nodes are on both sides of Parent node rather than just in downward direction. For e.g:


--------------------------------Node3
-------------Node1
--------------------------------Node4

---Root

--------------------------------Node5      
-------------Node2
--------------------------------Node6



Something like a normal binary tree representation but with more than 2 child nodes possible.
I will really appreciate if I can get any help to accomplish this.

Thanks

Warm regards,
Shantanu[/list][/list]
Link Posted: 23-Apr-2007 05:01
Shantanu,

I do not think that this is possible without treeview source code modification.