我想将dataGridView的Y位置更改为75,我试图通过单击按钮将其向上移动.
已经尝试过了
this.dataGridView1.Location = new Point( this.dataGridView1.Location.X, this.dataGridView1.Location.Y );
c# location datagridview
c# ×1
datagridview ×1
location ×1