Method DoInsideUpdate
DoInsideUpdate(Action)
Executes action
between calls to BeginUpdate()
and EndUpdate().
void DoInsideUpdate(Action action)
Parameters
action
ActionAction that will be executed.
Remarks
Do not recreate control (or its child controls), add or remove child controls between BeginUpdate() and EndUpdate() calls. This method is mainly for multiple add or remove of the items in list like controls.