I have tried using both a customized DataGrid as well as the stock one in WPF. I have tried populating them manually as well as through bindings. In both cases they are sl
Are you have:
VirtualizingStackPanel.VirtualizationMode
for a Grid? if not - try to set.One more point, could you bind whole items collection at once instead of adding each item into the grid.Items collection?