Summary
Moves an item to a new index.
- Namespace
- Avalonia
.Styling - Containing Type
- Styles
Syntax
public void Move(int oldIndex, int newIndex)
Parameters
Name | Type | Description |
---|---|---|
oldIndex | int | The index of the item to move. |
newIndex | int | The index to move the item to. |
Return Value
Type | Description |
---|---|
void |