Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
270
UltraWinToolbarManager - Multiple Toolbar Sizing/Widths
posted

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?

  • 270
    Verified Answer
    posted

    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.