Skip to main content
A newer version of this page is available. .

TabControlScrollView.ScrollNext() Method

Scrolls the Header Panel one item forward.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public void ScrollNext()

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