日期:2014-05-18 浏览次数:20969 次
int difX = button1.Location.X - button2.Location.X; int difY = button1.Location.Y - button2.Location.Y; MessageBox.Show("X:"+difX.ToString()+"\tY:"+difY.ToString());
------解决方案--------------------
可以使用 TableLayoutPanel 和 FlowLayoutPanel 来管理控件的布局。