-
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
-
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.
-
Re: Resize Issue
Hmm...
thank you very much! I will play around with them :)