更新 wxpython 中的列表框?
我在更新列表框时遇到一些麻烦,我尝试过刷新和更新,但返回了错误。
列表框使用列表来获取其信息。它将显示列表中的初始项目。
但是,当我更新列表(程序运行时)时,它不会实时显示更改。
如果您难以理解我的意思,请发表评论。
I am having some trouble, updating a listbox, Ive tried Refresh and Update but those returned errors.
The listbox uses a list to get its information. It will show the initial items in the list.
However when i update the list (while the program is running), it will not show the changes live.
If you have difficulty understanding what I mean, please comment.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用方法
Set()
:Use the method
Set()
: