Search code examples
pythonuser-interfacetkintercustomtkinter

Is there a way to add a treeview in CTk?


Is there a method to add a treeview in tkinter? Like a class or something?

I tried to combine tkinter and CTk but I wasnt able to do that and I tried making a frame but the children of the nodes I put weren't showing up.


Solution

  • You can use all tkinter widgets with customtkinter. Just set the master ot the treeview as a ctk window