CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 1999
    Posts
    3

    Listview Flickering



    When listview control is updated frequently and randomly it flickers too much.


    Since only one row is updated, WM_SETREDRAW message makes no difference as after updating one row the display is enabled.


    I did use listview messages like LVM_SETTEXT etc. to change the listitem and subitem values. But, listitems collection does not get updated by that method.


    Has anybody got a solution to this problem ?


    Thanks very mcuh


    Giri

  2. #2
    Join Date
    May 1999
    Location
    Omika, Japan
    Posts
    729

    Re: Listview Flickering

    There is one LockWindowUpdate API call. Could you try that?


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured