Hi,
I'm trying to build an UltraTree similar to a grid, with column headers representing the different deep levels of the tree.
Every node in the tree should stay under the corresponding level header, and when you resize one header, every node (node cell ?) of the same level should resize accordingly.
To better understand, I have created a picture of what I mean:
I did some attempts but I didn't get anything similar... is there an easy way (or perhaps something built-in) to get this result ?
I'm using Infragistics 10.2.
Thanks in advance,
Best regards
No suggestions ? :(
The tree doesn't have any support for this kind of view. There's no way to keep the headers at the top and still create a hierarchy. The headers will always appear attached to the nodes.
Oh, too bad...
Anyway, thanks Mike for the answer :)