I have a binary tree construct....

i.e. node either has 2 children or 0 children....and I want to represent
this data on a UI....

now I could use a tree grid thing....but the problem with this is the data
becomes terribly unwieldy....it all starts indenting itself to the
right....I could really do with it being represented as a virtical list.

I have in my head a way to do it, but what I need is a datagrid that
supports grids being embedded in it (dynamically).

its not an easy thing to describe.

Does anyone have any idea of a control that allows such things.

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to