In converting some code from Syste,.Windows.Forms to System.Windows.Controls, I got a couple Qs for the DataGrid control, as stated below:
1) For System.Windows.Controls.DataGrid pDataGrid, how add a Row?
2) For pDataGrid's cell (Row i and Column j), how access it or set its value?
3) For System.Windows.Controls.DataGridRow pDGRow, how to access/set its cell (Column j) value?
Thanks if you can help.
What I have tried:
About System.Windows.Controls.DataGrid and .DataGridRow