Back to Devexpress

TabFormControlBase.MinTabWidth Property

windowsforms-devexpress-dot-xtrabars-dot-tabformcontrolbase-d2936698.md

latest2.1 KB
Original Source

TabFormControlBase.MinTabWidth Property

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
public int MinTabWidth { get; set; }
vb
<DefaultValue(0)>
Public Property MinTabWidth As Integer

Property Value

TypeDefaultDescription
Int320

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.ImageOptions).

The minimum width is not limited by default. 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

MaxTabWidth

Text

ImageOptions

TabFormControlBase Class

TabFormControlBase Members

DevExpress.XtraBars Namespace