Applies to
Format
*width*x*height*
The size of this control.
Setting 0 for width or height uses up any available space right/downward.
If the control is a window, this refers to its interior size when not maximized or minimized. That is, it does not count borders, titlebar, menu, or statusbar, and if the window is minimized/maximized, this refers to the window’s normal size when it is restored. See the inner-size and outer-size params for comparison.
If this control is a pane and can-scroll is true, size
refers to the total scrollable size of the pane, NOT the smaller size displayed. In this case, outer-size
and inner-size
refer to the display area with and without scrollbars, respectively.