문제

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...)

도움이 되었습니까?

해결책

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

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top