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?
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.
I set it for the UltraExplorerBarItem and it opened more space and made it two lines in the tooltip, but still did not wrap. Please see the attached before and after images.
BEFORE (not max set)
AFTER (maxlines = 2)