Summary
Gets a value indicating whether the panel is full.
- Namespace
- Avalonia
.Controls - Containing Type
- IVirtualizingPanel
Syntax
bool IsFull { get; }
Remarks
This property should return false until enough children are added to fill the space
passed into the last measure or arrange in the direction of scroll. It should be
updated immediately after a child is added or removed.
Value
Type | Description |
---|---|
bool |