Limiting the number of entries in a list control MFC

Posted by Isuru on Stack Overflow See other posts from Stack Overflow or by Isuru
Published on 2010-04-25T18:31:07Z Indexed on 2010/04/25 18:33 UTC
Read the original article Hit count: 305

Filed under:
|

Hi,

I need to limit the entries that appear in my list control since two much entries make my MFC program slow. Is there a way to show only the last few entries (say for an example the most recent 100 entries) in a list control???

Thank You!!!

© Stack Overflow or respective owner

Related posts about mfc

Related posts about clistctrl