Skip to main content
A newer version of this page is available. .
Bar

GalleryControl.ScrollToVerticalOffset(Double) Method

Scrolls the GalleryControl to the specified vertical offset.

Namespace: DevExpress.Xpf.Bars

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

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