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.v25.1.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 scroll buttons automatically when all headers are visible; otherwise, false. |
See Also