Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BaseGallery.ScrollSpeed Property

Gets or sets how fast the gallery is scrolled when calling the BaseGallery.ScrollTo method.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(1F)]
[DXCategory("Appearance")]
public float ScrollSpeed { get; set; }

#Property Value

Type Default Description
Single 1

A Single value that specifies the speed multiplier.

#Remarks

A value of 1 for the ScrollSpeed property indicates the default speed. A value of 2 doubles the speed rate. A value of 0.5 makes the speed rate one half the default.

See Also