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

TabControlScrollView.CanScrollToSelectedTabItem Property

Gets whether the Header Panel can be scrolled to the selected tab item.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public bool CanScrollToSelectedTabItem { get; }

Property Value

Type Description
Boolean

true if the Header Panel can be scrolled to the selected tab item; otherwise, false.

Remarks

The Header Panel can be scrolled to the selected tab item, if the item is not completely visible. To obtain whether the Header Panel can be scrolled forward or backward, use the TabControlScrollView.CanScrollNext and TabControlScrollView.CanScrollPrev properties, respectively. To obtain whether all the headers are visible and scrolling is not available, use the TabControlScrollView.CanScroll property.

See Also