TabControlScrollView.ScrollButtonsShowMode Property
Obsolete. 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
Declaration
[Obsolete("Use the ScrollButtonShowMode property.")]
public ButtonShowMode ScrollButtonsShowMode { get; set; }
<Obsolete("Use the ScrollButtonShowMode property.")>
Public Property ScrollButtonsShowMode As ButtonShowMode
Property Value
Type | Description |
---|---|
ButtonShowMode | One of the ButtonShowMode enumeration members, defining when to show the scroll buttons. |
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
Feedback