I have wx.Choice widget whose items can be changed while it is
displayed. The pop-up list correctly displays the new item and adjusts
its width to handle the width of the widest item. However, the width of
the collapsed wx.Choice doesn't change, so if an item is changed to a
longer text, that text is truncated when displayed. Is there a way to
get the collapsed wx.Choice to adjust it's width?
TIA,
Mark