Summary
Moves a container.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- Item
Container Generator
Syntax
protected ItemContainerInfo MoveContainer(int oldIndex, int newIndex, object item)
Parameters
Name | Type | Description |
---|---|---|
oldIndex | int | The old index. |
newIndex | int | The new index. |
item | object | The new item. |
Return Value
Type | Description |
---|---|
ItemContainerInfo | The container info. |