Hi,With UltraWinToolbars I was being able to set some tools in the left and others right, which I used LabelTool and set its Spring to true, and now is showing in screenshot one.Here is the question, as the size of my form changed, is it possible to disable the toolbar's tools to change line? Like showing in the screenshot two. And with this question I implement the PopupControlContainerTool withUltraTabControl.
http://es.infragistics.com/community/forums/t/95370.aspx
Hoping you could help me with this, thanks for your concern.
Hello,
If the owning toolbar is not marked as main toolbar (“IsMainMenuBar” set to false) then it won’t be stretched on two rows. But in this case when the size shrink , tools will be moved to a dropdown portion of the owner toolbar. So in both cases you should set some minimum size of the form so that it won’t break your layout logic.
Please let me know If you have any further questions.
Thanks, Hristo
Hristo"]But in this case when the size shrink , tools will be moved to a dropdown portion of the owner toolbar.
So in this case, the dropdown portion will not be disabled, is that correct? Something like hidden the dropdown button.
Yes, and your button could goes there.
I know, thanks very much.