treeview

How to make ttk.Treeview's rows editable?

How to make ttk.Treeview's rows editable? Question: Is there any way to use ttk Treeview with editable rows? I mean it should work more like a table. For example on double click on the item make the #0 column ‘editable’. If this isn’t possible, any way to allow mouse selecting on the item would be …

Total answers: 7

Command for clicking on the items of a Tkinter Treeview widget?

Command for clicking on the items of a Tkinter Treeview widget? Question: I’m creating a GUI with Tkinter, and a major part of the GUI is two Treeview objects. I need the contents of the Treeview objects to change when an item (i.e. a directory) is clicked twice. If Treeview items were buttons, I’d just …

Total answers: 4