TabControlScrollView.CanScrollPrev Property
Gets whether the Header Panel can be scrolled backward.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if the Header Panel can be scrolled backward; otherwise, false. |
Remarks
The Header Panel can be scrolled backward if the first header (or several first headers) is not completely visible.
To obtain whether it is possible to scroll the Header Panel forward, use the TabControlScrollView.CanScrollNext property. To obtain whether the Header Panel can be scrolled in at least one direction, use the TabControlScrollView.CanScroll property.
See Also