Back to Devexpress

TabControlScrollView.ScrollButtonShowMode Property

wpf-devexpress-dot-xpf-dot-core-dot-tabcontrolscrollview-593da618.md

latest1.6 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ScrollButtonShowMode ScrollButtonShowMode { get; set; }
vb
Public Property ScrollButtonShowMode As ScrollButtonShowMode

Property Value

TypeDescription
ScrollButtonShowMode

An DevExpress.Xpf.Core.ScrollButtonShowMode enumeration value that specifies when the scroll buttons is shown.

The default is ScrollButtonShowMode.AutoHideBothButtons.

|

Available values:

NameDescription
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

TabControlScrollView Class

TabControlScrollView Members

DevExpress.Xpf.Core Namespace