New to Telerik UI for WPFStart a free 30-day trial

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 RadToolBarPanelBase.OrientationPropertyRadToolBarPanelBase.MeasureOverride(Size)RadToolBarPanelBase.CreateUIElementCollection(FrameworkElement)RadToolBarPanelBase.Orientation

Constructors

Initializes a new instance of the RadToolBarPanel class.

C#
public RadToolBarPanel()

Methods

C#
protected override Size ArrangeOverride(Size finalSize)
Parameters:finalSizeSizeReturns:

Size