Mouse wheel scrolling with TextCtrlAutoComplete

Anyone tried to scroll the ListCtrl that this custom control displays?

http://wiki.wxpython.org/TextCtrlAutoComplete

In Windows XP, there is no way to scroll the wxListCtrl with the mouse wheel (it seems it doesn't get the focus). In wxGTK, it works fine.

Any ideas?

Thanks
Marcelo

···

--
Marcelo F. Fernández
Buenos Aires, Argentina
Licenciado en Sistemas - CCNA

E-Mail: fernandezm22@yahoo.com.ar
Jabber ID: fernandezm22@jabber.org
Public Key ID: 5C990A6C 111C3661
Blog: http://marcelosoft.blogspot.com

Marcelo Fernández wrote:

Anyone tried to scroll the ListCtrl that this custom control displays?

http://wiki.wxpython.org/TextCtrlAutoComplete

In Windows XP, there is no way to scroll the wxListCtrl with the mouse wheel (it seems it doesn't get the focus). In wxGTK, it works fine.

Windows only sends the wheel events to the window that has the focus. The other platforms send it to the widget under the mouse cursor. That's just the way it is.

···

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