ComponentOne Menus and Toolbars for WinForms
Wrapping Toolbar Buttons and Text
Menus and Toolbars Overview > Toolbars Appearance and Behavior > Wrapping Toolbar Buttons and Text

C1ToolBar provides wrapping ability for toolbar buttons as well as wrapping text in the toolbar buttons. The Wrap property wraps the toolbar to another line so all of its toolbar buttons appear. By default, this property is enabled.

The following image shows how the toolbar buttons appear when its Wrap property set to False.




The following image shows how the toolbar buttons appear when its Wrap property set to True.




The following image shows how the toolbar buttons appear when its Wrap is set to True and its WrapText properties is set to False.

The following image shows how the toolbar buttons appear when their Wrap and WrapText properties are set to True.


See Also