In This Article

IOverflowableItemsControl Interface

Provides the base requirements for an items control that is capable of placing its items on an overflow popup.

public interface IOverflowableItemsControl

Properties

OverflowedItems

Gets an INotifyCollectionChanged that contains the items that should appear on the overflow popup.

INotifyCollectionChanged OverflowedItems { get; }

Property Value

INotifyCollectionChanged:

An INotifyCollectionChanged that contains the items that should appear on the overflow popup.

VisibleItems

Gets an INotifyCollectionChanged that contains the items that should appear on the main control.

INotifyCollectionChanged VisibleItems { get; }

Property Value

INotifyCollectionChanged:

An INotifyCollectionChanged that contains the items that should appear on the main control.