tags:

views:

71

answers:

0

I build a list control which derived from wxHtmlListBox. There are 100 items in the list. When I press Key Down in keyboard continuely, all the list will be fully filled by just one item untill I release the key. This will not appear in Win32 but Linux. How can I fix it?

This will appear in the wxWidgets//Samples//htlbox.