TabControlScrollView.ScrollButtonShowMode Property
Gets or sets when to show the scroll buttons. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
ScrollButtonShowMode | An DevExpress.Xpf.Core.ScrollButtonShowMode enumeration value that specifies when the scroll buttons is shown. The default is ScrollButtonShowMode.AutoHideBothButtons. |
Available values:
Name | Description |
---|---|
Always | The scroll buttons are always visible. |
Never | The scroll buttons are always hidden. |
AutoHideBothButtons | The scroll buttons are automatically shown\hidden simultaneously. |
AutoHideEachButton | The scroll buttons are automatically shown\hidden separately. |
See Also