This event is fired when the control is getting Resized.
Nothing may be done in this event that triggers a Redraw. Redraw is done right after this event finishes. You can adjust things like Column sizes in this event as long as you are not tampering with draw locks that trigger a redraw.
Things like adding rows or other such you cannot do in this event.