2.5.1p5 preview release

SetItemCount was changed to not refresh the display so that there is no
flicker when it is called frequently (for example items are being
appended to the list but are not visible.) If you call
RefreshItems(start, end) after you do the SetItemCount then the visible
items (between start and end) will be redrawn.

I tried with RefreshItems, but it looks as it doesn't work.

Echeverria Rabi, Cristián wrote:

SetItemCount was changed to not refresh the display so that there is no flicker when it is called frequently (for example items are being appended to the list but are not visible.) If you call RefreshItems(start, end) after you do the SetItemCount then the visible items (between start and end) will be redrawn.

I tried with RefreshItems, but it looks as it doesn't work.

Can you provide a patch to the virtual listctrl sample in the demo that shows this problem? Also, does it make any difference if there is a manifest file or not?

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!