ToolBar Layout
The C1ToolBar control can be rendered horizontally or vertically by setting its Orientation property.
C1Toolbars layout is very flexible. They can be horizontal or vertical as well as docked to specific areas on the page when the C1ToolBar.AllowDrag property is enabled. The default layout for a toolbar is horizontal. You can change the toolbar layout to vertical by setting the Orientation to Vertical.
Horizontal ToolBar Layout
In the following toolbar, the Orientation property is set to Horizontal.
![]()
Vertical ToolBar Layout
In the following toolbar, the Orientation property is set to Vertical.

|