Back to Devexpress

AccordionControl.AllowSmoothScrolling Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrol-d42299c0.md

latest1.5 KB
Original Source

AccordionControl.AllowSmoothScrolling Property

Gets or sets whether AccordionControl items are scrolled using smoothing animation.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if AccordionControl items are scrolled using smoothing animation; otherwise, false.

|

See Also

AccordionControl Class

AccordionControl Members

DevExpress.XtraBars.Navigation Namespace