开发者

Make OptionMenu Widget Scrollable?

开发者 https://www.devze.com 2023-01-25 09:15 出处:网络
I\'ve got an开发者_如何学C option menu that\'s about 60 items long and, needless to say, I can\'t see it all on the screen at once. Is there a way that I can make the OptionMenu widget in tkinter scro

I've got an开发者_如何学C option menu that's about 60 items long and, needless to say, I can't see it all on the screen at once. Is there a way that I can make the OptionMenu widget in tkinter scrollable?


Short answer is no, but you could try a ComboBox mega-widget (quick search will throw some suitable examples up there) which could be a 'good enough' alternative (in fact with it being a combined entry field and scrolled list you could make it 'smart' by including auto-search / auto-complete - 60 items in a drop down is a lot :)

0

精彩评论

暂无评论...
验证码 换一张
取 消