RadToolBarPanel
Class
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.
Definition
Namespace:Telerik.Windows.Controls.ToolBar
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public class RadToolBarPanel : RadToolBarPanelBase
Inheritance: objectRadToolBarPanelBaseRadToolBarPanel
Inherited Members
Constructors
Initializes a new instance of the RadToolBarPanel class.
C#
public RadToolBarPanel()
Methods
C#
protected override Size ArrangeOverride(Size finalSize)
Size