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
40
Configuring the toolbar drop-down that automatically appears when there's not enough space
posted

Hi, I have some code (not my own) that has a WinForm with an UltraToolBarsManager. The toolbar has buttons dynamically added to it, and if more butttons get added than can fit, a drop-down arrow appears at the end of the toolbar which shows the buttons that didn't fit. As far as I can see this happens automatically. The buttons that do fit on the toolbar are shown with large icons and text (as explicitly set in the code), but the buttons that don't fit are shown with small icons alone. Is there any way to get the buttons that don't fit to show in the drop-down with text as well? Thanks!

Parents Reply Children
No Data