Auto-Completion In wxPython wxComboBox

前端 未结 1 928
感动是毒
感动是毒 2020-12-19 03:23

I\'ve been trying to make a ComboBox which would suggest options as you type, much like an IDE\'s code suggestions/code-sense, or googles suggestions when you type in a sear

相关标签:
1条回答
  • 2020-12-19 03:49

    Few years ago I made a control like this by subclassing TextCtrl. It supports HTML formating for suggestions. Here you go.

    There is also the Combo Box that Suggests Options

    0 讨论(0)
提交回复
热议问题