Method BeginUpdate
BeginUpdate()
Maintains performance while performing slow operations on a control by preventing the control from drawing until the EndUpdate() method is called.
public virtual int BeginUpdate()
Returns
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.