Skip to main content
Bar

GalleryControl.ScrollToVerticalOffset(Double) Method

Scrolls the GalleryControl to the specified vertical offset.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ScrollToVerticalOffset(
    double value
)

Parameters

Name Type Description
value Double

A double value that specifies the required vertical offset.

Returns

Type Description
Boolean

true if scrolling was successful; otherwise, false.

See Also