AvaloniaList<T> Properties
Properties
Capacity | Gets or sets the total number of elements the internal data structure can hold without resizing. |
Count | Gets the number of items in the collection. |
Item(Int32) | Gets or sets the item at the specified index. |
ResetBehavior | Gets or sets the reset behavior of the list. |
Validate | Gets or sets a validation routine that can be used to validate items before they are added. |