method Thumbnail.BeginUpdate ()
Maintains performance when multiple changes are performing one at a time. his method prevents the control from painting until the EndUpdate method is called.

TypeDescription
This method prevents the control from painting until the EndUpdate method is called. Once that BeginUpdate method was called, you have to make sure that EndUpdate method will be called too.