JavaScript
A5.PanelLayoutresize Method
Syntax
A5.PanelLayout.resize()
Description
Resize the panel.
Discussion
Resize the panel size by recalculating the bound sizing.
Example
// assume pObj is a pointer to a panel class pObj.resize();
Syntax
Description
Resize the panel.
Discussion
Resize the panel size by recalculating the bound sizing.
Example
// assume pObj is a pointer to a panel class pObj.resize();