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

TabControlScrollView.CanScrollPrev Property

Gets whether the Header Panel can be scrolled backward.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public bool CanScrollPrev { get; }

Property Value

Type Description
Boolean

true if the Header Panel can be scrolled backward; otherwise, false.

Remarks

The Header Panel can be scrolled backward if the first header (or several first headers) is not completely visible.

To obtain whether it is possible to scroll the Header Panel forward, use the TabControlScrollView.CanScrollNext property. To obtain whether the Header Panel can be scrolled in at least one direction, use the TabControlScrollView.CanScroll property.

See Also