CListCtrl flickers on Vista

Discussion in 'MFC' started by 00.Siddu, Apr 29, 2009.

  1. 00.Siddu

    00.Siddu New Member

    Joined:
    Apr 29, 2009
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi,

    My application uses a dialog with CListCtrl in report view, this list control gets updated heavily and frequently.
    To stop flickering i have used SetRedraw(FALSE) before the update operation, like-

    SetRedraw(FALSE);
    //Update();
    SetRedraw(TRUE);
    This trick is working fine with Win XP, but its unable to stop flickering on Vista.
    I have also tried LockWindowUpdate(), but the problem remains.

    Is there any known issue with using CListCtrl on Vista?
    What else could be tried to stop Flickering?

    00.Siddu
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice