Skip to main content

TabControlScrollView.ScrollToSelectedTabItem(Boolean) Method

Scrolls the Header Panel to the selected tab item.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public void ScrollToSelectedTabItem(
    bool useAnimation = true
)

Optional Parameters

Name Type Default Description
useAnimation Boolean True

A System.Boolean value specifying whether the animation is used during scrolling.

See Also