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

WinExplorerView.MakeRowVisible(Int32) Method

Scrolls this WinExplorerView, making the target row visible on screen.

Namespace: DevExpress.XtraGrid.Views.WinExplorer

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public void MakeRowVisible(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

An Int32 value that is the row handle.

See Also