Hello,
I have a UltraWinExplorerBar that has several groups and each group has an associated TreeView. When my form renders the TreeView in the Groups, the TreeView does not stretch to fill out the rest of the space available. There is significant gray space to the right and bottom. I've tried AutoSize and manually setting the Size of the Container and the TreeView Control. Is there some setting that I have over looked?
Thanks in advance,
Tim
You should set the Dock property to 'Fill' on treeControl if you want it to fill the entire container.
Hi,
I have docked (as Fill) an UltraTree in a control container within an explorerbar group. Is there any possibility that the control container resizes itself according to the number of visible nodes in UltraTree?
Actually I want to prevent scrolling in the control container. When the ultratree is populated at runtime, the control container should not have any scrollbar in it, instead it resizes itself in order to adjust its height with UltraTree .
Similarly, when any node in ultra tree is expanded or collapsed, the controlContainer resizes itself rather than a scrollbar is displayed in it.
Inshort, I want to keep the size of ultraTree and the controlcontainer equal without any scrolling.
Any suggestions??
-Nazish Kanwal
No, UltraTree does not provide any support for auto-sizing itself. If you like you can submit a feature request.
Hi, Brian!
Does UltraTree not provide any support for autosizing still?
I have an UltraTree filled with simple string nodes and I want to make it autosizeable with min/max size. Is it still not possible?
Thanks in advance!