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

TabFormControlBase.MinTabWidth Property

Gets or sets the minimum width, in pixels, of TabFormPage headers.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(0)]
public int MinTabWidth { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the minimum width, in pixels, of TabFormPage headers.

Remarks

The actual width of a particular TabFormPage header is automatically calculated based on its content (see TabFormPage.Text and TabFormPage.Image). By default, the minimum width is not limited. For the pages that contain a short header, this may lead to small tabs. Use the MinTabWidth property to restrict the minimum tab width.

To restrict the maximum tab width, use the TabFormControlBase.MaxTabWidth property.

See Also