I have three toolbars contained within an UltraWinToolbarManager ... this is done specifically so that display does not require multiple lines/rows (and to display buttons left, center and right justified)
Would like to distribute extra space evenly across the embedded toolbars when the screen is resized. I've tried to access the width property but this is read only.
Any ideas/suggestions?
Have found a workaround - used the padding left/right properties of the center toolbar and on resizing, programmitcally altered these properties so that tools in the three toolbars always appear to be left, center and right justified.
Disappointing that the ToolbarManager doesn't already have something built in to deal with this.