C#的winform,如何让子窗口永远都在左上角打开?

位置不变
2024-12-28 16:52:16
推荐回答(2个)
回答1:

this.StartPosition = 0;
在窗口初始化时加入

回答2:

窗体属性startposition为manual