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.
ItemsHostPanel
The Avalonia.Controls.Panel used to host items within the control.
Panel? ItemsHostPanel { get; }
Property Value
- Panel
OverflowPanel
The Avalonia.Controls.Panel used to host overflowing items within a popup.
Panel? OverflowPanel { get; }
Property Value
- Panel