Back to Devexpress

DataViewBase.ScrollIntoView(Int32) Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-scrollintoview-x28-system-dot-int32-x29.md

latest1.7 KB
Original Source

DataViewBase.ScrollIntoView(Int32) Method

Makes the specified row visible onscreen.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public virtual void ScrollIntoView(
    int rowHandle
)
vb
Public Overridable Sub ScrollIntoView(
    rowHandle As Integer
)

Parameters

NameTypeDescription
rowHandleInt32

An integer value that specifies the row’s handle.

|

Remarks

Note

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

To learn more, see Table and TreeList View Scrolling in Code and Moving Row Focus.

See Also

Identify Rows and Cards

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace