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

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.v18.2.dll

Declaration

public bool HeaderAutoFill { get; set; }

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