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

TabControlScrollView.ScrollPrev() Method

Scrolls the Header Panel one item backward.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public void ScrollPrev()

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