ScrollIntoView Method
Scrolls the specified item into view.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected abstract Control? ScrollIntoView(
int index
)
Protected MustOverride Function ScrollIntoView (
index As Integer
) As Control
abstract ScrollIntoView :
index : int -> Control
Parameters
- Int32
- The index of the item.
Return Value
Control
The element with the specified index, or null if the element could not be brought into view.