I want to insert 'Checkbutton' to 'Treeview' and associate each item to know which items selected,
like this:
![[Image: 36356.jpg]](https://i.ibb.co/1XZKMBH/36356.jpg)
how to do that?
Thanks.
like this:
![[Image: 36356.jpg]](https://i.ibb.co/1XZKMBH/36356.jpg)
how to do that?
Thanks.

[Tkinter] How to insert 'Checkbutton' to 'Treeview' and associate each item?
|
||
I want to insert 'Checkbutton' to 'Treeview' and associate each item to know which items selected,
like this: ![]() how to do that? Thanks. ![]()
Dec-19-2020, 03:18 PM
install ttkwidgets:
pip install ttkwidgets Then use example (comes with source): https://github.com/TkinterEP/ttkwidgets
Dec-19-2020, 05:24 PM
Helpful.
![]() | ||
|