链接到: 请教:TableLayoutPanel.Controls.Add中的下一个可行的单元位置(.net2.0,C#)
http://www.cnblogs.com/zzj8704/archive/2009/06/14/1503103.html
1.(int)nColumn.Value, (int)nRow.Value 恒为零;
2.tableLayoutPanel1.Controls 集合中的控件是均等的,你没有指定位置,Button在集合中没有被指定 column,Row,所以是随机的。