Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys i've researching the answers to this problem but still i found no suitable solution, here's the problem. I have my windows form with button at the bottom left corner of the form the effect that i would like to achieve is that when the user resizes the form to a smaller size the button would no longer be resizable i would like to keep the button at bottom left corner of the form should the user decide to resize the form the button here is just an example but how do you do this thanks in advancen example but how do you do this thanks in advance
Posted
Comments
sijimann 14-Sep-11 16:16pm    
Thanx you're the best

1 solution

Click once on your button to highlight it.
In the properties pane, click on "anchor".
In the popup, deselect the top and select the bottom.
It will now stay put relative to the bottom and left sides of your form.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900