I'm using the following visual inheritance classic: base form with two buttons 'apply' and 'cancel' anchored to the bottom right corner. You inherit this base form and resize the inherited form, the buttons move along. At least most of the time, sometimes the buttons do not anchor ...
Check this out: [VS 2005 .NET 2.0] Start a new project, drop a button on form1. Add a form (form2). In the button1 click event on form1, add the following... .......