To reproduce: - Drop RadPopUpContainer from the toolbox on the windows form. Save the form. - Change the AllowAutomaticScrollToControl property value. - Save the form. Workaround: Set the property in code: RadScrollablePanel1.AllowAutomaticScrollToControl = false;