Hello and happy Thursday!
I'm working on utilitizing the TreeListView for my application and I may have run into a bit of a snag. I have a pretty normal tree structure with three columns where the leaf nodes in the tree have multiple controls inside of them. However, the alignment of these leaf node controls can not fall within one column, but instead I wish for them to span all three columns.
Is it possible to have the leaf nodes ignore the fact that columns exist via a mechanism like the Grid control's column span? I currently have the controls in the first column and when a leaf node is shown, the other two columns expand out of the window and that's not acceptable in this situation.
Thanks for any help!