AccordionControl.VerticalScrollBarVisibility Property
In This Article
Gets or sets whether the AccordionControl displays the vertical scroll bar. This is a dependency property.
Namespace: DevExpress.Xpf.Accordion
Assembly: DevExpress.Xpf.Accordion.v24.2.dll
NuGet Package: DevExpress.Wpf.Accordion
#Declaration
public ScrollBarVisibility VerticalScrollBarVisibility { get; set; }
#Property Value
Type | Description |
---|---|
Scroll |
A Scroll |
See Also