wpf-devexpress-dot-xpf-dot-editors-dot-texteditbase-f356bb71.md
Gets or sets whether a horizontal scroll bar is shown. This is a dependency property.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
Public Property HorizontalScrollBarVisibility As ScrollBarVisibility
| Type | Description |
|---|---|
| ScrollBarVisibility |
A ScrollBarVisibility enumeration value that specifies the scroll bar’s visibility.
|
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HorizontalScrollBarVisibility property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
wpf-map-search-with-azure-map-search-service/CS/DXMapExample/MainWindow.xaml#L51
VerticalScrollBarVisibility="Auto"
HorizontalScrollBarVisibility="Auto" />
</dxlc:LayoutControl>
See Also