New Form is not shown while drag & drop a Custom Control from toolbox to Designer in WinForms in NetCore
In our Control, we have opened a new form to update the content of our control in the Designer. The new Form is not shown in the NetCore but works properly in the NetFrameWork. I have replicated the same issue in a simple control.