TabControlScrollView.AutoHideScrollButtons Property
In This Article
Gets or sets whether the scroll buttons are automatically hidden when all the headers are visible. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to hide the scroll buttons automatically when all the headers are visible; otherwise, false. |
#Remarks
Use the TabControlScrollView.CanScroll property to obtain whether all the headers are visible. To specify whether the scroll buttons are always visible, always hidden, or each button is visible if scrolling in the respective direction is available, use the TabControlScrollView.ScrollButtonsShowMode property.
See Also