Summary
Scrolls the specified item into view.
- Namespace
- Avalonia
.Controls .Primitives - Containing Type
- Selecting
Items Control
Syntax
public void ScrollIntoView(int index)
Parameters
Name | Type | Description |
---|---|---|
index | int | The index of the item. |
Return Value
Type | Description |
---|---|
void |