Re: [ADVANCED-DOTNET] Representing binary tree in UI

2008-02-22 Thread Mark Nicholls
Actually this link shows a similar idea...though from a completely different backgroundi.e. don't bother reading the text http://www.netlib.org/utk/lsi/pcwLSI/text/node306.html === This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and

[ADVANCED-DOTNET] Representing binary tree in UI

2008-02-22 Thread Mark Nicholls
I have a binary tree construct i.e. node either has 2 children or 0 childrenand I want to represent this data on a UI now I could use a tree grid thingbut the problem with this is the data becomes terribly unwieldyit all starts indenting itself to the rightI could really d