python - Make OptionMenu Widget Scrollable? -


i've got option menu that's 60 items long and, needless say, can't see on screen @ once. there way can make optionmenu widget in tkinter scrollable?

short answer no, try combobox mega-widget (quick search throw suitable examples there) 'good enough' alternative (in fact being combined entry field , scrolled list make 'smart' including auto-search / auto-complete - 60 items in drop down lot :)


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -