The Microsoft Tree view would display genealogy horizontally, ie, grandad appears to the left, children to the right. one would normally display such information vertically, ie grandad at the top, children at the bottom. Is there any variant of the tree
view control that would display the information this way?
stapes
Member
121 Points
124 Posts
Does anyone know of a vertical treeview control for ASP.NET C#
Dec 18, 2011 08:44 PM|LINK
The Microsoft Tree view would display genealogy horizontally, ie, grandad appears to the left, children to the right. one would normally display such information vertically, ie grandad at the top, children at the bottom. Is there any variant of the tree view control that would display the information this way?
mbanavige
All-Star
135173 Points
15506 Posts
ASPInsiders
Moderator
MVP
Re: Does anyone know of a vertical treeview control for ASP.NET C#
Dec 18, 2011 09:06 PM|LINK
based on how you seem to want the data displayed, you're probably better off searching for an org chart control rather than a tree control.
for example:
- http://orgchartwebcontrol.codeplex.com/
- http://www.smartwebcontrols.com/SampleCode/Default.aspx
- http://code.google.com/intl/es-US/apis/chart/interactive/docs/gallery/orgchart.html
- http://www.smartwebcontrols.com/SampleCode/SmartChartLite/OrgChartwithBackground.aspx
<div>i havent used any of the above so cant recommend one over the other.</div>