[Mono-winforms-list] Resizing of forms.

Miguel de Icaza miguel at novell.com
Tue Oct 11 21:42:36 EDT 2005


Hello,

    Today I spent some time figuring out the pieces on how form resizing
works, and I found a pretty good article that describes how form
resizing works and some of their internal methods:

	http://msdn2.microsoft.com/en-us/library/ms135650

    There is one mistake in that article though;  It states that the 1.x
mechanism works on 2.x which made me waste a few hours this afternoon
figuring it out.  It turns out that the 1.x mechanism no longer works on
2.x, it has been replaced by a different system.   It took me a while to
realize that.  

    In the end, I switched from VS 2005 to VS 2003 and all of my tests
started working.  

    Am going to try to implement this functionality in my copious spare
time.

Miguel.


More information about the Mono-winforms-list mailing list