Version

MaxHeight Property (TabContentPane)

Gets sets maximum height of content pane.
Syntax
'Declaration
 
Public Property MaxHeight As Integer
public int MaxHeight {get; set;}
Remarks
The value of 0 disables that property. That property has effect only when AutoSize is enabed or when height of WebTab is not set or it is set to percent value. If TabLocation is top/bottom, then that property is used to dynamically limit maximum height of content pane.

Note: not all browsers support that feature.

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