I have a list of a specific class type Person and I want to make a DataGrid with it.
Person
DataGrid
private void DataGrid_Loaded(object sender, Ro
myDataGrid.Columns[0].Header="First Name"; myDataGrid.Columns[1].Header="Last Name";
all them work for me but you have to put code after datagrid loaded