Hello.

I have noticed something odd when i use inherited forms, and while i realize this is probably normal, i'd like to know if there is a way around this behavour.

To replicate, create a new form (Form1), and add a button in the bottom right corner. Anchour the button to the bottom and right sides (remove the anchours for the top and left).

Save and build the solution. Now add a new inherited form (Form2), and be sure to inherit it from Form1.

With Form2 in front of you in the designer, grab the bottom right corner of the form, and stretch the form down and to the right. The button does not move. It doesn't stay anchoured to the bottom right corner.

Anyone have any ideas on how i could overcome this??
.