Skip to main content
A newer version of this page is available. .

GridControl.ScrollIntoView(Int32) Method

Makes the specified row visible onscreen.

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public override void ScrollIntoView(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An integer value that specifies the row’s handle.

Remarks

Note

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

See Also