I'm writing a new control derived from UserControl.
I need to get an event when the control is done resizing.
I tried the Resize, SizeChanged, Move and the Layout events and I also tried
to override them. But they all invoked when the control is in the middle of
the resizing process.
I'm not using breakpoints, I'm using trace to see which one is invoked and
when.
Is there an event that simply tells me when the resizing is done ?
---------
Thanks
Sharon
I need to get an event when the control is done resizing.
I tried the Resize, SizeChanged, Move and the Layout events and I also tried
to override them. But they all invoked when the control is in the middle of
the resizing process.
I'm not using breakpoints, I'm using trace to see which one is invoked and
when.
Is there an event that simply tells me when the resizing is done ?
---------
Thanks
Sharon
Comment