Flicker occurs when resizing CListCtrl
-
Dear all, When CListCtrl is beeing resized, it causes lots of flicker. Do you know how to prevent this annoying bug?
-
Dear all, When CListCtrl is beeing resized, it causes lots of flicker. Do you know how to prevent this annoying bug?
Have you tried setting
WS_CLIPCHILDREN
in the parent window? It's frustrating being a genius and living the life of a moron!!! -
Have you tried setting
WS_CLIPCHILDREN
in the parent window? It's frustrating being a genius and living the life of a moron!!!Thanks for your response, Of course, I did try WS_CLIPCHILDREN and it didn't help. I found an article here talking about this problem. Unfortunately, it works in XP and .Net only. That key is the extended style LVS_EX_DOUBLEBUFFER. No solution for other versions (2K, 98...) And I'm still working and waiting. Thanks again.