Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public ScrollButtonShowMode ScrollButtonShowMode { get; set; }

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