maxInnerSize(width_or_size, height)
Class: Window.
Description:
Indicates the maximum size the content container of the Window it can be resized to. It overrides previously set maxSize() value.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
number | Size |
Width, or a Size formatted object as a sole parameter. |
|
|
number |
Height of the component. |
Returns:
If called without parameters, current maximum inner Size is returned or null if it wasn't previously set; otherwise returns this component instance for chaining.
