Back to Devexpress

IDocumentGroupProperties.HeaderAutoFill Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-idocumentgroupproperties-015f72da.md

latest2.7 KB
Original Source

IDocumentGroupProperties.HeaderAutoFill Property

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
DefaultBoolean HeaderAutoFill { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Property HeaderAutoFill As DefaultBoolean

Property Value

TypeDescription
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:

NameDescriptionReturn 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

|

Remarks

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

MultiLine

IDocumentGroupProperties Interface

IDocumentGroupProperties Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace