TabControlScrollView.CanScrollToSelectedTabItem Property
Gets whether the Header Panel can be scrolled to the selected tab item.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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