Skip to main content

TabControlScrollView.ScrollFirst() Method

Scrolls the Header Panel to the first header.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual void ScrollFirst()

Remarks

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

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

See Also