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

前端 未结 4 1295
旧巷少年郎
旧巷少年郎 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条回答
  •  故里飘歌
    2021-02-08 07:53

    I try to use datagridview's as little as possible as they are very complex. I would use a listbox as it populates much quicker.

提交回复
热议问题