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