1 Attachment(s)
Application resize problem
Hi,
I am making my first C# windows form application in Visual Studio 2008. When I resize my application window the content of window is not converging automatically as is normally does in windows applications.
Can anyone tell me how can I fix it ?
Please see the attached image that explains the problem more clearly.
Thanks
Re: Application resize problem
You need to set the Dock or Anchor properties in order to get a relative layout.
As an aside, I would suggest starting with WPF instead of WinForms as it is a replacement for WinForms.