How do I get scroll events from a wxCtlList? I tried using a subclass and
overriding OnScroll. I tried EVT_COMMAND_SCROLL using the ID of the
wxCtlList control. Neither of these get a response. It occurred to me
that I need to apply the EVT_COMMAND_SCROLL to the scroll bar within the
wxCtlList control, but I do not know how to get its ID. This question of
how to get the ID of the scroll bar within a control was asked previously,
but I did not see an answer.
The list control itself catches the scroll events and doens't propogate them
to the container.
ยทยทยท
--
Robin Dunn
Software Craftsman
robin@AllDunn.com
http://wxpython.org Java give you jitters?
http://wxpros.com Relax with wxPython!