Here's a problem:
I need to have the previous size of a control. The OnSizeChanged event
triggers after a new size is supplied to the control, and on this
eventhandler you'll have no idea of its previous size since it was already
changed. Docking I believe also raises this event and I use such
functionality. I need to be able to store the previous size of the control
before a change of size is encountered. Please help...
Thanx
Sijin Joseph - 16 Sep 2004 12:22 GMT
Try the Control.Layout event
Sijin Joseph
http://www.indiangeek.net
http://weblogs.asp.net/sjoseph
> Here's a problem:
>
[quoted text clipped - 6 lines]
>
> Thanx
Joey Callisay - 16 Sep 2004 12:26 GMT
i've tried it, nothing there
> Try the Control.Layout event
>
[quoted text clipped - 12 lines]
> >
> > Thanx
Christian Wikander - 16 Sep 2004 19:19 GMT
Maybe you could try storing the size every time the OnSizeChanged triggers.
The second time you could use the size from the first time etc.
> i've tried it, nothing there
>
[quoted text clipped - 16 lines]
> > >
> > > Thanx