DataGridScrollIntoView Method
Scrolls the specified item or RowGroupHeader and/or column into view.
If item is not null: scrolls the row representing the item into view;
If column is not null: scrolls the column into view;
If both item and column are null, the method returns without scrolling.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public void ScrollIntoView(
Object item,
DataGridColumn column
)
Public Sub ScrollIntoView (
item As Object,
column As DataGridColumn
)
member ScrollIntoView :
item : Object *
column : DataGridColumn -> unit
Parameters
- item Object
- an item from the DataGrid's items source or a CollectionViewGroup from the collection view
- column DataGridColumn
- a column from the DataGrid's columns collection