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
310
Is it possible for a ToolBar to fill remaing space in a row
posted

Hello,

I have two ToolBars in a row and I want the second one to fill all the remaing space in the row even if there aren't enough tools on it.

"FillEntireRow" is not working as the first Toolbar is then pushed onto another row.

Is there a way to do that at all?

Regards,

Torsten

 

 

  • 6158
    Verified Answer
    Offline posted

    Torsten,

    By design, the "FillEntireRow" property requires only a single toolbar to be visible on the toolbar row. For this reason, any other toolbar on that row is bumped to the next row.

    If you would like to get this functionality added in a future release, you can enter a feature request via this link.

    You could attempt the workaround generounsly mentioned by the previous poster to use 2 different UltraToolbarsManagers docked within side-by-side panel. Keep in mind that you will have to make sure to resize the panels to accommodate the size of the contained toolbar (should it be customized). Additionally, you will not be able to move a toolbar from one side to the other.

    If you require further assistance, feel free to ask.

    Thanks,

    Chris

     

  • 325
    Verified Answer
    posted

    might want to consider putting the the two toolbars into their own panels. that way when you FillEntireRow on the first toolbar it only fills up the panel it resides in