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

TabControlScrollView.ScrollLast() Method

Scrolls the Header Panel to the last header.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public virtual void ScrollLast()

Remarks

The ScrollLast method scrolls the Header Panel to make the last header visible, without selecting the tab item. To scroll the Header Panel to the first header, use the TabControlScrollView.ScrollFirst method.

To scroll the Header Panel to the next or the previous tab item, use the TabControlScrollView.ScrollNext and TabControlScrollView.ScrollPrev methods, respectively.

See Also