TabControlScrollView.CanScrollNext Property
Gets whether the Header Panel can be scrolled forward.
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 forward; otherwise, false. |
Remarks
The Header Panel can be scrolled forward if the last header (or several last headers) is not completely visible.
To obtain whether it is possible to scroll the Header Panel backward, use the TabControlScrollView.CanScrollPrev property. To obtain whether the Header Panel can be scrolled in at least one direction, use the TabControlScrollView.CanScroll property.
See Also