1
在WinForms的是這樣的事情,如:SelectedCells.Count和了selectedCells [0] .RowIndex
if (dataGridViewControll.SelectedCells.Count > 0)
EditorForm.ID = dataGridViewControll.Rows[dataGridViewControll.SelectedCells[0].RowIndex].Cells[0].Value.ToString();
有誰知道如何在WPF Grid
做這樣的把戲?我的意思是SelectedCells
和SelectedCells[0].RowIndex].Cells[0].Value
。
您的問題的格式需要修復。 – 2009-11-19 08:50:20
你能改說你的問題嗎?你想達到什麼目的? – Justin 2009-11-19 09:52:09
WPF與WinForms *非常不同。嘗試繼續使用技巧和技巧是徒勞的。 – CannibalSmith 2009-11-19 10:02:27