Horizontally oriented listbox using Python and Tkinter
问题 I want to provide a listbox where the user can select (multiple) characters (usually close to 15). Quite often some of these will be sequenced, so a listbox is easier than a validated text entry field. Since the character combination has a meaning to the user, it is user friendly to orient the listbox horizontally. Is there an easy way e.g. a theme, setting or subclass of the Tkinter listbox so I do not have to build my own? 回答1: No, there is no setting, subclass or theme that will let you do