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
384
UltraExplorerBar extra long text wrapping
posted

I have an UltraExplorerBar with an image and associated text.  In some cases the text is longer than the width of my menu bar.  Is there a way to turn on text wrapping for these menu items?

Parents
No Data
Reply
  • 69832
    Verified Answer
    Offline posted

    Set UltraExplorerBar.ItemSettings.MaxLines to enable text wrapping for all items associated with that control instance. Set UltraExplorerBarGroup.ItemSettings.MaxLines to enable text wrapping for all items associated with that group. Set UltraExplorerBarItem.Settings.MaxLines to enable text wrapping for a particular item.

Children