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.v14.2.dll

#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