 
	
		To reproduce:
- Add RadtextBox to a form and anchor it to the left and right.
- Set WindosState of the form to Maximized
- Start the application
Workaround
void RadForm1_Shown(object sender, EventArgs e)
{
    this.WindowState = FormWindowState.Maximized;
}
		 
	
		Hi John, The workaround provided should work with UserControl as well. Fix will be introduced in a future release.
 
	
What about when the RadtextBox is on a user control, not a form. The same issue occurs. Is there a fix for this scenario?
