Skip to main content
Bar

GalleryControl.ScrollToGroupByIndex(Int32) Method

Scrolls the GalleryControl, making the specified group visible.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ScrollToGroupByIndex(
    int groupIndex
)

Parameters

Name Type Description
groupIndex Int32

An integer value that specifies the index of the group to be made visible.

Returns

Type Description
Boolean

true if scrolling was successful; otherwise, false.

See Also