TabControlScrollView.HeaderAutoFill Property
Gets or sets whether the Header Panel is stretched to the tab item’s size. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to stretch the Header Panel to the tab item’s size; otherwise, false. |
Remarks
The HeaderAutoFill property is in effect if the Header Panel is not completely filled with the tab headers. Otherwise, the Header Panel occupies all the available space irrespective of the HeaderAutoFill property’s value.
See Also