Interested in using datagridview without SQL with a relatively large amount of data without dropping speed .
If you add items directly to the datagrid, it takes a lot of time. What is not surprising, because the view is not intended to work with data. It is intended for display. In my table with which I need to work in the program 19 ~ columns (including the checkbox) and may be more than 40,000 lines. It noticeably slows down the three of them when scrolling, even with a couple of thousand lines if you add data directly to it.
I do NOT want to use SQL. In no way. Including SQLite.
So the question itself:
How to work with three views without using SQL and without speeding down? If there are links to articles - also fit.