I have a base form. I place Ok and Cancel buttons on the bottom right of the form and anchor them Bottom and Right.
The inherited form does not honor the anchor properties of the Ok and Cancel buttons. Here are the exact steps to repro.
1- Create a base form with a button located at bottom/right. Anchor it there at Bottom,Right. 3- Create a new form that inherits from the base form, created in step 1. 4- Increase (in the designer) the second form's height or width. 5- You'll see that the button does not exactly move, thus dishonoring its anchor properties.
Am I doing something wrong, or does VS2008 simply not honor the anchor properties of the controls on the base form?
Thanks.