VListBox scrolling smoothly

Kevin Watters wrote:

Has anyone figured out a way to make VListBox scroll smoothly, instead of one
item at a time? I need custom item rendering, and I like that VListBox gives me
all the list events--I don't want to implement an entire custom list (has this
been done?). But the scroll effect is too "rigid" with big items.

It would probably take some changes to the C++ class to support smooth scrolling.

···

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