ComponentOne Menus and Toolbars for WinForms
Wrapping Items at the End of the Menu
Menus and Toolbars for WinForms Task-Based Help > Menu Tasks > Wrapping Items at the End of the Menu

To wrap the items at the end of the menu, use the Wrap property of C1MainMenu.

If True (default), the menu is wrapped when the window is not wide enough. If False, the menu is not wrapped, and the extension menu is added at the end instead.

See Also