LayoutPanel.HorizontalScrollBarVisibility Property
In This Article
Gets or sets a horizontal scroll bar’s visibility mode. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
#Property Value
Type | Description |
---|---|
Scroll |
A Scroll |
#Remarks
This property is supported if the LayoutPanel‘s content is a LayoutGroup object.
See Also