Version

MinWidth Property (TabContentPane)

Gets sets minimum width of content pane.
Syntax
'Declaration
 
Public Property MinWidth As Integer
public int MinWidth {get; set;}
Remarks
The value of 0 disables that property. If TabLocation is top/bottom, then that property is used to set the style:"min-width" of main DIV of WebTab.

Note: that property can be used when AutoSize is enabled, though, not all browsers support that.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also