Is there any auto-completion feature in wxpython that can be used for drop-down menu, text control and similar types of widgets? I want the feature to work in similar fashion as ajax script in html. My problem is selecting from drop-down is too cumbersome when I have more than hundreds to select form.
Is there any auto-completion feature in wxpython that can be used for drop-down menu,
Share
The wxPython wiki has a couple recipes:
And there’s a stack answer too: Auto-Completion In wxPython wxComboBox