The Update method invalidates the entire control, without
resizing the elements inside. Use the Update
method to update a particular item. The Update method does not re-computes the
required size of the item, so it just validates the item's client area. The Refresh
method refreshes the entire control, including resizing inside elements.