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.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
DefaultBoolean HeaderAutoFill { get; set; }
Property Value
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. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Remarks
By default, if tabs are arranged in a single line (see IDocumentGroupProperties.MultiLine), 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.
The HeaderAutoFill setting is common to all groups in the current view. You can override this setting for a particular group with the IDocumentGroupDefaultProperties.HeaderAutoFill property.