MemoEdit.MemoHorizontalScrollBarVisibility Property
In This Article
Gets or sets whether a horizontal scroll bar is shown. This is a dependency property.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ScrollBarVisibility MemoHorizontalScrollBarVisibility { get; set; }
#Property Value
Type | Description |
---|---|
Scroll |
A Scroll |
See Also