TabControlScrollView.ScrollButtonsShowMode Property
In This Article
Gets or sets when to show the scroll buttons. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Button |
One of the Button |
#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