Skip to main content
Bar

GalleryControl.ScrollToItem(GalleryItem) Method

Scrolls the GalleryControl, making the specified item visible.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ScrollToItem(
    GalleryItem item
)

Parameters

Name Type Description
item GalleryItem

A GalleryItem that should be made visible.

Returns

Type Description
Boolean

true if scrolling was successful; otherwise, false.

See Also