JavaScript

A5.PanelCardresize Method

Syntax

A5.PanelCard.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();