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