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