windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupproperties-015f72da.md
Gets or sets whether tabs are stretched to fill the entire width of the groups.
Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
DefaultBoolean HeaderAutoFill { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Property HeaderAutoFill As DefaultBoolean
| Type | Description |
|---|---|
| DefaultBoolean |
True if tabs are stretched to fill the entire width of the groups; False if not; by Default , the behavior depends on the IDocumentGroupProperties.MultiLine setting.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
If tabs are arranged in a single line, the width of each tab depends on its content. See the figure below.
If tabs are arranged in multiple lines, tabs are stretched to fill the entire width of the group.
Use the HeaderAutoFill property to override the default behavior, and explicitly specify whether tabs are stretched to fill the entire width of the group.
See Also
IDocumentGroupProperties Interface