How do I override Microsoft's datagridview to allow back buffering in VB.NET?

前端 未结 4 1348
旧巷少年郎
旧巷少年郎 2021-02-08 07:32

My datagridview flickers and is very slow while loading. I reflectored the datgridview from Microsoft and discovered that there is a back buffer property which is not visible f

4条回答
  •  萌比男神i
    2021-02-08 07:59

    I would use a listview, it does not have the same problems as a datagridview does.

提交回复
热议问题