GalleryControl.ScrollToVerticalOffset(Double) Method
Scrolls the GalleryControl to the specified vertical offset.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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