To reproduce: - Create a new project and add a blank user control to it. - Add RadLayoutControl to the user control. - Add another control to the layout control. Workaround Use a form instead of user control. Then add the controls from the form at runtime.