ToolBar.HasOverflowItems Property

Definition

Gets a value that indicates whether the toolbar has items that are not visible.

public:
 property bool HasOverflowItems { bool get(); };
public bool HasOverflowItems { get; }
member this.HasOverflowItems : bool
Public ReadOnly Property HasOverflowItems As Boolean

Property Value

true if there are items on the toolbar that are not visible; otherwise, false. The default is false.

Remarks

If a ToolBar has more items than it has the space to show, it puts the remaining items in its overflow area. The user can click the arrow on the ToolBar to access the overflow items.

Dependency Property Information

Identifier field HasOverflowItemsProperty
Metadata properties set to true None

Applies to

See also