The reason I created this is that I needed a widget similar to ttk.treeview but one that allows me to highlight specific cells, which treeview can't do. I also wanted to have a similar look and feel ...
frame_1.pack(pady=20, padx=20, fill="both", expand=True) label = customtkinter.CTkLabel(master=frame_1, text="Treeview") label.grid(pady=10) # Treeview Customisation ...