BindableList
Builds
BindableList<TItem> values from collection expressions ([a, b, c]).- Kind: Class
- Namespace: SkeleKit
Methods
Create
Wraps the elements of a collection expression as a list source.
| Parameter | Summary |
|---|---|
ReadOnlySpan<TItem> items | The items to show. |
| Type parameter | Summary |
|---|---|
TItem | The element type of the list. |
Returns
BindableList<TItem>: A list source over a copy of the items.