Back to Devexpress

TextEditBase.HorizontalScrollBarVisibility Property

wpf-devexpress-dot-xpf-dot-editors-dot-texteditbase-f356bb71.md

latest2.3 KB
Original Source

TextEditBase.HorizontalScrollBarVisibility Property

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

Declaration

csharp
public ScrollBarVisibility HorizontalScrollBarVisibility { get; set; }
vb
Public Property HorizontalScrollBarVisibility As ScrollBarVisibility

Property Value

TypeDescription
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

xml
VerticalScrollBarVisibility="Auto"
                  HorizontalScrollBarVisibility="Auto" />
</dxlc:LayoutControl>

See Also

VerticalScrollBarVisibility

TextEditBase Class

TextEditBase Members

DevExpress.Xpf.Editors Namespace