Control.Locationで、コントロールの位置を調整する。
Control.Location プロパティ (System.Windows.Forms) | Microsoft Docs
Panelを貼る時に、
適当に位置を決めて貼っているので、こういう風にLocationの値は適当。
実行すると、左上が空く。
Loadのイベントハンドラを書く。
pointのXとYを0にして、panel1.Locationにセット。
左上がぴったり。
Sample/dotnet/Control/Location/src/Control_ at master · bg1bgst333/Sample · GitHub