LayoutPanel.VerticalScrollBarVisibility Property
Gets or sets a vertical scroll bar’s visibility mode. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.1.dll
NuGet Package: DevExpress.Wpf.Docking
Declaration
Property Value
Type | Description |
---|---|
ScrollBarVisibility | A ScrollBarVisibility value that specifies the scroll bar’s visibility. |
Remarks
This property is supported if the LayoutPanel‘s content is a LayoutGroup object.
See Also