[RESOLVED] Auto Size Browser Problem
What size to u guys create your web browsers at ?
How can i set my browser to auto allign all its items to fit whatever size i make my browser screen?
Ive created a browser , it fits my screen perfectly but its all pushed to the right on my m8s screen
Re: Auto Size Browser Problem
You have to set the Anchor properties of each control, which basically tells the control where it should go when the form is resized.
Re: Auto Size Browser Problem
ok , but how do i do that , i am using a tabbed browser , but when i dock it to fill , all my other stuff goes missing
Re: Auto Size Browser Problem
That's because you used Dock, when I said Anchor. ;) Look in the properties of the control for one called Anchor.
Re: [RESOLVED] Auto Size Browser Problem
Got it sorted thanks guys