Conditional Layouts
From RuntimeWiki
Conditional control over layout and/or a way to schedule code to run *around* layouts. Think something like:
document.onNextLayout().addCallback(function() { ... });
or
document.suspendLayout()/document.resumeLayout()
