JavaScript
A5.PanelNavigatorresize Method
Syntax
A5.PanelNavigator.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();