In my .NET 3.5 WPF Application, I have a WPF DataGrid which will be populated with 500 columns and 50 rows. The performan
.NET 3.5
WPF
DataGrid
Set the DataGrid.RowHeight value and that will make a huge difference.
DataGrid.RowHeight
I know this is a really old question, but I just came across it, and this was the biggest difference on my end. My default height was 25.