I have an application that I am trying to convince the user needs to be pulled out of Excel and put into a Windows .NET application due to the overall ease of maintenance of .NET vs VBA.
The main sticking point at the moment is the speed at which the grid (100 columns and 500 rows) scrolls. I have tried with both a bound and an unbound grid and it’s still quite slow.
At the moment there are no totalling rows or any calculations occurring, it’s a straight data dump.
Is there anything I can try to speed up the scrolling?
Imported from legacy forums. Posted by Christian (had 702 views)