Back to Devexpress

StandaloneGallery.UseOptimizedScrolling Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-standalonegallery-aa64a07a.md

latest1.5 KB
Original Source

StandaloneGallery.UseOptimizedScrolling Property

Gets or sets whether an optimized fast scroll mechanism is enabled.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool UseOptimizedScrolling { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(True)>
Public Property UseOptimizedScrolling As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if an optimized fast scroll mechanism is enabled; false if the old scroll mechanism is in effect.

|

Remarks

If you notice any scroll issue when the optimized scroll mechanism is used, consider setting the UseOptimizedScrolling property to false.

See Also

StandaloneGallery Class

StandaloneGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace