I've got a request to allow users the resize an UltraWinTree that's contained in an UltraExplorerBar group. Currently, the treeview displays scrollbars when the contents are larger than what can display. It would be nice to be able to resize the treeview vertically (horizontal isn't necessary at the moment).
If there's some sort of AllowResize setting, I'm unable to find it.
Infragistics 8.1
Thanks!
Hello,
Could you please review the sample attached to this post and see if it meets your requirements.
Another approach to achieve this might be by putting the 'WinTree' control to an 'UltraPanel', making the tree to dock fill in the panel and then let the users resize this panel.
Please feel free to let me know if I misunderstood you or if you have any other questions.