I have a DataGrid in Compact Framework I need to fill out with tens of thousands of records, this is proving to be an issue as I’m running out of memory when I try that.
Is there a way to dynamically only show and load up rows the user is looking at rather than dumping all the rows in one go into the grid?
The below code will automatically resize column widths for a datagrid whose datasource is an array.