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
2114
[UltraToolbar] Always display full list of tools in the bar
posted

I use some Ultratoolbars in a form, and that toolbars fills all the upper space of the form, almost all of them are "truncated" - not all toolbars buttons are visible.

For the most toolbars this is not a problem, but for ones I'd like to always display all items. Is it possible to say to the UltraToolbar do not "truncate"(hide) its items (when docked).

Parents
No Data
Reply
  • 44743
    posted

    No, this is not currently possible. There is a SharedProps.Priority on each tool which helps control which tools should be bumped from the toolbar first when there is a lack of space, but tools are only chosen based on priority within each toolbar. The priorities are not compared across toolbars. You can submit a feature request for a setting that would change the way priorities are considered.

Children