Class
RadToolBarPanel

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:

cs-api-definition
public class RadToolBarPanel : RadToolBarPanelBase

Inheritance: objectRadToolBarPanelBaseRadToolBarPanel

Inherited Members RadToolBarPanelBase.OrientationPropertyRadToolBarPanelBase.MeasureOverride(Size)RadToolBarPanelBase.CreateUIElementCollection(FrameworkElement)RadToolBarPanelBase.Orientation

Constructors

RadToolBarPanel()

Initializes a new instance of the RadToolBarPanel class.

Declaration

cs-api-definition
public RadToolBarPanel()

Methods

ArrangeOverride(Size)

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

Returns

Size