Skip to main content
Bar

GalleryControl.ScrollToRowByIndex(Int32) Method

Scrolls the GalleryControl, making the specified row visible.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ScrollToRowByIndex(
    int rowIndex
)

Parameters

Name Type Description
rowIndex Int32

The index of the row to be made visible.

Returns

Type Description
Boolean

true if scrolling was successful; otherwise, false.

See Also