2011-05-14 85 views

回答

1

使用以下命令:

tableLayoutPanel.Controls.Remove(button1); 

// then: 

tableLayoutPanel.Controls.Add(pictureBox, columnIndex, rowIndex); 

閱讀TableLayoutPanel

TableLayoutPanel tutorial on csharp-online.net


如果你想實現拖放,你可能會從使用以下參考文獻:

A Simple Drag And Drop How To Example

Simple drag and drop example

+0

感謝,但我想拖動和表內下降。可能嗎? – gooteis 2011-05-14 13:27:25

+0

@gooteis:當然,但您需要先閱讀有關拖放的內容。我編輯了我的答案,提供了一些參考 – 2011-05-14 13:39:42