Back to Devexpress

DataViewBase.ScrollIntoView(Object) Method

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

latest1.5 KB
Original Source

DataViewBase.ScrollIntoView(Object) 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 void ScrollIntoView(
    object row
)
vb
Public Sub ScrollIntoView(
    row As Object
)

Parameters

NameTypeDescription
rowObject

A data object that corresponds to the required row.

|

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