Flickering in listview with ownerdraw and virtualmode

后端 未结 3 1136
我在风中等你
我在风中等你 2020-12-15 14:47

I\'m using listview control with the following parameters set:

        this.listView1.BackColor = System.Drawing.Color.Gainsboro;
        this.listView1.Colu         


        
3条回答
  •  再見小時候
    2020-12-15 15:19

    i can't offer a solution to the ListView calling custom draw events too often, but perhaps you can just mask the problem with double-buffering:

    Stackoverflow: How to double buffer .NET controls on a form?

提交回复
热议问题