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

TabControlScrollView.CanScrollNext Property

Gets whether the Header Panel can be scrolled forward.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public bool CanScrollNext { get; }

Property Value

Type Description
Boolean

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

Remarks

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

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

See Also