【问题标题】:How to align the text in a wx.ListBox using wxPython?如何使用 wxPython 对齐 wx.ListBox 中的文本? 【发布时间】:2011-03-29 19:57:01 【问题描述】: 我想让ListBox的文本居中,可以吗? 【问题讨论】: 标签: python listbox wxpython center alignment 【解决方案1】: 不,默认的 ListBox 不适用。请尝试使用 VListBox。 【讨论】: