CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2009
    Location
    Lahore, Pakistan.
    Posts
    10

    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
    Attached Images Attached Images

  2. #2
    Join Date
    Jun 2008
    Posts
    2,477

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured