Question

there is some pre-cooked widget in tkinter (or ttk) able to display two listboxes side by side?

It is pretty usual to find them in cases such as add/remove option on the right pane from the list of possible options in the left pane, but I cannot find any example.

(not so hard to do it myself, but if there's a ready made widget it's better...)

Était-ce utile?

La solution

No, there is no pre-made widget to do it.

Autres conseils

You could use a tkinter.ttk.Treeview, but it is slightly different and requires you to have a column header label.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top