method Label.BeginUpdate ()
Maintains performance when items are added to the control one at a time.
Type
Description
The BeginUpdate method prevents the control from painting until the
EndUpdate
method is called. Use the
Refresh
method to force refreshing the control.