Skip to main content

TabControlScrollView.AutoHideScrollButtons Property

OBSOLETE

Use the ScrollButtonShowMode property.

Gets or sets whether the scroll buttons are automatically hidden when all the headers are visible. This is a dependency property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

[Obsolete("Use the ScrollButtonShowMode property.")]
public bool AutoHideScrollButtons { get; set; }

Property Value

Type Description
Boolean

true to hide the scroll buttons automatically when all the headers are visible; otherwise, false.

Remarks

Use the TabControlScrollView.CanScroll property to obtain whether all the headers are visible. To specify whether the scroll buttons are always visible, always hidden, or each button is visible if scrolling in the respective direction is available, use the TabControlScrollView.ScrollButtonsShowMode property.

See Also