RadToolBarPanelBase
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.
Definition
Namespace:Telerik.Windows.Controls.ToolBar
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadToolBarPanelBase : Panel
Inheritance: objectRadToolBarPanelBase
Derived Classes:
Constructors
public RadToolBarPanelBase()
Fields
OrientationProperty
DependencyProperty
Registers the Orientation dependency property.
public static readonly DependencyProperty OrientationProperty
Properties
Orientation
Orientation
Gets or sets the orientation of the ToolBarPanel.
public Orientation Orientation { get; set; }
Methods
CreateUIElementCollection(FrameworkElement)
UIElementCollection
Guarding/avoiding the check for Logical Parent.
protected override UIElementCollection CreateUIElementCollection(FrameworkElement logicalParent)
UIElementCollection
StackPanel simulation measure.
protected override Size MeasureOverride(Size availableSize)
Size