D
Dave Veeneman
Is there a simple way to detect when a resize is completed? I'm writing a
custom control, and I want the control to repaint itself when a resizing is
complete, but not during the resizing. The SizeChanged, Resize, and Layout
events all seem to fire repeatedly during the resize.
Is there an event that fires on completion of a resize, but not during the
resize? If I want to repaint ony when the resize is complete, what's the
best way to trigger the repaint? Thanks.
custom control, and I want the control to repaint itself when a resizing is
complete, but not during the resizing. The SizeChanged, Resize, and Layout
events all seem to fire repeatedly during the resize.
Is there an event that fires on completion of a resize, but not during the
resize? If I want to repaint ony when the resize is complete, what's the
best way to trigger the repaint? Thanks.