我正在制作一个Windows窗体应用程序。我希望窗体的高度在按下按钮后增加。我该怎么做呢?
发布于 2012-10-02 07:29:11
使用Height property。例如:
Height
this.Height = newHeight;
https://stackoverflow.com/questions/12682506
相似问题