TabControlScrollView.ScrollPrev() Method
Scrolls the Header Panel one item backward.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
The ScrollPrev method scrolls the Header Panel backward, to show the header, preceding the first visible one. If the first header is visible, this method does nothing. To obtain whether the first header is visible, use the TabControlScrollView.CanScrollPrev property.
To scroll the Header Panel one item forward, use the TabControlScrollView.ScrollNext method. To scroll it to the first or last item, use the TabControlScrollView.ScrollFirst and TabControlScrollView.ScrollLast methods, respectively.
See Also