Results 1 to 3 of 3

Thread: Resize Issue

  1. #1

    Thread Starter
    Addicted Member Cyberflyz's Avatar
    Join Date
    Apr 2007
    Location
    Utah
    Posts
    165

    Resize Issue

    Hello,
    I've been looking around the web and these forums. I can't seem to find what I'm looking for.

    When the user resizes the window all the buttons, images, everything stays in the same place. Only the window moves... I want everything to be dynamic and resize with the window.

    An example is like when you click the two squares in IE and it goes about half size...then you take the corners and resize the window. Everything like the url bar, back and forward buttons, and the scroll bars resizes with the window.

    If you can help me in any way please do...

    thanks Ben

  2. #2
    Master Of Orion ForumAccount's Avatar
    Join Date
    Jan 2009
    Location
    Canada
    Posts
    2,802

    Re: Resize Issue

    This is accomplished with anchors. Each control will have an Anchor property that determines how that control will move, grow/shrink when it is re-sized. You will notice all your controls will have "Top, Left" as their default setting. This combination will basically make the controls not move or grow.

  3. #3

    Thread Starter
    Addicted Member Cyberflyz's Avatar
    Join Date
    Apr 2007
    Location
    Utah
    Posts
    165

    Re: Resize Issue

    Hmm...
    thank you very much! I will play around with them

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