且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何在C#中调整Windows窗体的大小?

更新时间:2023-12-06 09:09:16

使用

Use the Height property. For instance:

this.Height = newHeight;