Summary
Gets the number of items that can be removed while keeping the panel full.
- Namespace
- Avalonia
.Controls - Containing Type
- IVirtualizingPanel
Syntax
int OverflowCount { get; }
Remarks
This property should return the number of children that are completely out of the
panel's current bounds in the direction of scroll. It should be updated after an
arrange.
Value
Type | Description |
---|---|
int |