Icon ForceUpdate Method

procedure ForceUpdate

Usage

Available In: Visual Client Applications

Use this method to force the control to perform a layout update when in the middle of a BeginUpdate/EndUpdate block. Normally, a control will not update its layout bounds when an update block is in effect. A forced layout update will ensure that the control's layout bounds are updated to reflect any layout changes applied to the control within the update block.
Image