Win32 GUI flickering on resize

前端 未结 4 1505
旧巷少年郎
旧巷少年郎 2021-01-19 02:04

I have a Win32 GUI program with a tab control, each tab having a list view control. There is massive flickering whenever the window is resized. I\'ve tried the following thi

4条回答
  •  無奈伤痛
    2021-01-19 02:38

    When a ListView is Docked, as in Windows Explorer (and you have a good amount of items), resizing the main form will cause all of the items to flicker. http://www.codeproject.com/KB/list/listviewxp.aspx

提交回复
热议问题