Name

UI::RecalcLayout — Recalculates Layout

Synopsis

void RecalcLayout (void); 

Return

void

Description

Recompute the layout of the current dialog.

This is a very expensive operation.

Use this after changing widget properties that might affect their size - like the a Label widget's value. Call this once ( ! ) after changing all such widget properties.