小编Hay*_*Sim的帖子

按代码定位.C#

我想将dataGridView的Y位置更改为75,我试图通过单击按钮将其向上移动.

已经尝试过了

this.dataGridView1.Location = new Point(
 this.dataGridView1.Location.X,
 this.dataGridView1.Location.Y
);
Run Code Online (Sandbox Code Playgroud)

c# location datagridview

3
推荐指数
1
解决办法
4459
查看次数

标签 统计

c# ×1

datagridview ×1

location ×1