I have a multilevel tree view, where only the lowest level has really interesting information. I'd like to show only the headers for the lowest level, and I'd like to show them at the top of the tree (and ideally, not scrolling). Is there any way to do that?
Thanks, Aaron
Hi Aaron.
I am not sure i completely understand what you are trying to do?
Do you want to hide the top level headers and its data and only show the lowest level?
Is it possible for you to give me some more information about what you are trying to achieve? Or even an image of what you want to do will help.
Thanks
Well, if I could give an image, I'd be done. :-)
What I'd like is this:
Name Address Phone+Group 1 Fred 10 Main St 123-4567 George 20 Main St 890-1234+Group 2 Henry 30 Main St 567-8901
In other words, we show only a single set of headers, at the top of the tree (and ideally, not scrolling with the tree). That set of headers comes from the column set of the *lowest* level of the tree.
Is that clearer?