Im building a GUI and I'm using the Treeview widget of tkinter. My problem is i do not know how to hide rows. I also didn't find any variabel to set to do that.
The only possibility im thinking of is creating a 2nd tree, which is not displayed which contains all the items and only the choosen ones are getting "copied" to the tree which gets displayed. But I do not think that this is the best solution of that problem.
Pls help me guys, thanks in advance