TabControlScrollView.ScrollButtonShowMode Property
In This Article
Gets or sets when to show the scroll buttons. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ScrollButtonShowMode ScrollButtonShowMode { get; set; }
#Property Value
Type | Description |
---|---|
Scroll |
An DevExpress. The default is Scroll |
Available values:
Name | Description |
---|---|
Always | The scroll buttons are always visible. |
Never | The scroll buttons are always hidden. |
Auto |
The scroll buttons are automatically shown\hidden simultaneously. |
Auto |
The scroll buttons are automatically shown\hidden separately. |
See Also