Back to Devexpress

BaseGallery.ScrollSpeed Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-90560341.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(1F)]
[DXCategory("Appearance")]
public float ScrollSpeed { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(1F)>
Public Property ScrollSpeed As Single

Property Value

TypeDefaultDescription
Single1

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

ScrollMode

ScrollTo

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace