Skip to main content

DataControlBase.ScrollIntoView(Object) Method

Makes the specified row visible onscreen.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public void ScrollIntoView(
    object row
)

Parameters

Name Type Description
row Object

A data object that corresponds to the required row.

Remarks

Note

The ScrollIntoView method does not move focus to the specified row.

See Also