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
270
Disappearing buttons in toolbar (bug)
posted

When using Ultratoolbar 8.1

ultraToolbarsManager1.ToolbarSettings.AllowCustomize = DefaultableBoolean.False;


and inserting more buttons to the toolbar, so toolbar width is less than sum of all buttons widths, some buttons on the toolbar may disappear, and there is no dropdown arrow to select them.

see screenshots

how to reproduce:

1. add ultratoolbarmanager and some toolbars
2. add some buttons on the toolbars
3. add several buttons on the toolbar, so their total width will be more than all toolbars widths
4. in windows XP, make sure the "window content is refreshed when window is resized" option is turned ON
5. resize the form and see some buttons disappearing on the toolbar

ps: submitted demo code to bug reporting system