In This Article

IOverflowingItemsControl Interface

Provides the base requirements for a control that supports overflowing items.

public interface IOverflowingItemsControl

Properties

CanOverflow

Whether the control can overflow items when appropriate.

bool CanOverflow { get; }

Property Value

bool

ItemsHostPanel

The Panel used to host items within the control.

Panel? ItemsHostPanel { get; set; }

Property Value

Panel

OverflowPanel

The Panel used to host overflowing items within a popup.

Panel? OverflowPanel { get; }

Property Value

Panel