[]
Disables any redrawing of the control.
public void BeginUpdate()
To maintain performance while changing several control properties call the BeginUpdate() method. This method prevents the control from painting until the EndUpdate() method is called.