Skip to main content

TabControlScrollView.AutoHideScrollButtons Property

OBSOLETE

Use the ScrollButtonShowMode property.

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v26.1.dll

Declaration

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

Property Value

Type Description
Boolean

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

See Also