Telerik.Windows.Controls.ToolBar
Enumeration describing the possible toolbar alignments of the items in the RadToolBar.
Represents a panel that arranges tool bar items in an overflow condition, managing the layout and visual organization of child elements. This class inherits from RadToolBarPanelBase and overrides the layout behaviors to arrange items either horizontally or vertically. It also handles mouse wheel events to prevent scrolling when the overflow menu is active.
Represents a panel for a toolbar that arranges its child elements based on their orientation. The RadToolBarPanel can arrange items either horizontally or vertically, supporting alignment features for individual items. This class derives from RadToolBarPanelBase and overrides the layout behavior to provide custom arrangement logic for its child elements.
Represents a base class for a panel that arranges its child elements either horizontally or vertically, simulating the behavior of a StackPanel. The orientation of the panel can be specified through the Orientation property. The panel measures its children based on the specified orientation, ensuring that the layout adapts accordingly as the property is changed.
Represents a panel that can contain and manage a collection of toolbars, providing layout behavior for arranging and measuring its child elements. The class extends Grid or Panel depending on compilation directives. It includes functionality to customize the arrangement of toolbars through the property, allowing for a flexible and dynamic user interface in applications. This class is particularly useful for scenarios where toolbars need to be managed together within a coherent layout.