ToolBarPanel Class

Definition

Arranges ToolBar items inside a ToolBar.

public class ToolBarPanel : System.Windows.Controls.StackPanel
Inheritance

Inherited Members

System.Object

System.Windows.Controls.Panel

System.Windows.Controls.StackPanel

System.Windows.DependencyObject

System.Windows.FrameworkElement

System.Windows.Media.Visual

System.Windows.Threading.DispatcherObject

System.Windows.UIElement

Remarks

A ToolBarPanel determines which ToolBar items will fit inside a ToolBar and which must be put in the overflow area. The OverflowMode property determines how items should be distributed between the ToolBarPanel and the ToolBarOverflowPanel.

Constructors

ToolBarPanel()

Initializes a new instance of the ToolBarPanel class.

Methods

ArrangeOverride(Size)

Arranges and sizes ToolBar items inside a ToolBarPanel.

MeasureOverride(Size)

Remeasures a toolbar panel.