In This Article

StandaloneToolBarPanel Class

Represents a Panel control with layout logic for StandaloneToolBar items.

public class StandaloneToolBarPanel : OverflowingItemsControlPanel, IOrientedElement
Inheritance:
object Visual UIElement FrameworkElement Panel VirtualizingPanel VirtualizingItemsControlPanelBase OverflowingItemsControlPanelBase OverflowingItemsControlPanel object
Implements:
IOrientedElement

Constructors

StandaloneToolBarPanel()

Initializes an instance of the class.

public StandaloneToolBarPanel()

Methods

ApplyVariantSize(UIElement)

Applies an appropriate variant size to the specified UIElement.

protected override void ApplyVariantSize(UIElement childElement)
Parameter Type Description
childElement UIElement

The UIElement to examine.

IsSpacerSeparator(UIElement)

Returns whether the specified child element is a spacer separator that should fill available space.

protected override bool IsSpacerSeparator(UIElement childElement)
Parameter Type Description
childElement UIElement

The child element to examine.

Returns

bool:

true if the child element is a spacer separator; otherwise, false.

Inherited Members

Extension Methods