Does ComboBox support multiple selection? Is there a similar control
that does? I have a search bar and want to place a combobox next to
it to allow multiple selection of common 'tags' as a quick way to
browse through the data. I don't really have any other room to do
something different.
wx.ComboBox doesn't, but you could probably make a class derived from wx.ComboCtrl with a custom popup that does.
···
On 7/22/11 12:22 PM, Mark wrote:
Does ComboBox support multiple selection? Is there a similar control
that does? I have a search bar and want to place a combobox next to
it to allow multiple selection of common 'tags' as a quick way to
browse through the data. I don't really have any other room to do
something different.
--
Robin Dunn
Software Craftsman
Is there any sample that might help on multiple selection combobox?
在 2011年7月23日星期六 UTC-7下午3:26:26,Robin Dunn写道:
···
On 7/22/11 12:22 PM, Mark wrote:
Does ComboBox support multiple selection? Is there a similar control
that does? I have a search bar and want to place a combobox next to
it to allow multiple selection of common ‘tags’ as a quick way to
browse through the data. I don’t really have any other room to do
something different.wx.ComboBox doesn’t, but you could probably make a class derived from
wx.ComboCtrl with a custom popup that does.
–
Robin Dunn
Software Craftsman
http://wxPython.org