[]
Resumes drawing of the control after drawing is suspended by the BeginUpdate() method.
public void EndUpdate()
Call to BeginUpdate() method must be paired with a call to EndUpdate() method. Use try ... finally statements to ensure that EndUpdate() method is always called.