VirtualizingPanelScrollIntoView Method
Scrolls the specified item into view.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected abstract Control? ScrollIntoView(
int index
)
Protected MustOverride Function ScrollIntoView (
index As Integer
) As Control
abstract ScrollIntoView :
index : int -> Control
- index Int32
- The index of the item.
Control
The element with the specified index, or null if the element could not be brought into view.