TabControlScrollView.ScrollButtonsShowMode Property
OBSOLETE
Use the 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.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
[Obsolete("Use the ScrollButtonShowMode property.")]
public ButtonShowMode ScrollButtonsShowMode { get; set; }
Property Value
| Type | Description |
|---|---|
| ButtonShowMode | One of the |
Available values:
| Name | Description |
|---|---|
| Always | The scroll buttons are always visible. |
| Never | The scroll buttons are always hidden. |
| WhenNeeded | A scroll button is visible if it is possible to scroll the Header Panel in the corresponding direction. |
Remarks
The scroll buttons’ visibility can be specified as always visible, always hidden, or each button is visible if scrolling in the respective direction is available.
See Also