About Syncfusion® WPF ToolBar Control
18 Nov 20181 minute to read
The ToolBarAdv control is a container for a group of commands or controls that have related functions. Usually it consists of buttons that invoke the commands. ToolBar can be hosted in a ToolBarTrayAdv (for static layout) or in a ToolBarManager (for docking, floating, and drag-and-drop).
Key features
-
Specifying the position of ToolBar in a ToolBarTrayAdv – Place each
ToolBaron a specificBandandBandIndex. - ToolBar with Overflow items – Items that do not fit are listed in the overflow popup.
-
Show or hide the Gripper – Toggle the gripper using
GripperVisibility. - Orientation of ToolBarTrayAdv – Place toolbars horizontally or vertically.
- Add or Remove buttons – Let the user show or hide items at runtime.
-
ToolBar state – Docking, Floating, or Hidden states via
ToolBarState. -
Specifying location for floating ToolBar – Position the floating toolbar using
FloatingBarLocation. - ToolBarManager – A container that supports docking, floating, and content area layout.