|
-
Nov 6th, 2009, 10:54 AM
#1
Thread Starter
Addicted Member
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
-
Nov 6th, 2009, 10:56 AM
#2
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.
-
Nov 8th, 2009, 10:23 PM
#3
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|