FIX. RadTextBox - anchored RadTextBox (or other auto-size controls) does not size correctly when the form starts as a maximized MDI child
If you put RadTextBox on a form, set its Anchor to Bottom \ Left and you show the form using the following code:
RadForm1 rf = new RadForm1();
rf.MdiParent = this;
rf.WindowState = FormWindowState.Maximized;