[]
Prevents the control from drawing until the EndUpdate() method is called.
public void BeginUpdate()
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.