Version

AutoSize Property (TabContentPane)

Gets sets option to adjust size of WebTab to fit content of selected tab item.
Syntax
'Declaration
 
Public Property AutoSize As Boolean
public bool AutoSize {get; set;}
Remarks

If that property is enabled and height or width of content does not fit in bounds of WebTab, then height or width of WebTab is automatically increased. If height or width of content is smaller than current bounds of WebTab, then width and height of WebTab are not affected.

If Width or Height of WebTab is not set, then autosize is enabled automatically for Width or Height.

The MaxWidth and MaxHeight have priority over that property.

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