I try to create a menu like this in tkinter. Here is what I would like on this picture. In this Menu, I have categories (here on the picture for example General Options, Body Options, Neck Options…). When I click on a categories, a sub-list of others options appear (for example for the Neck Options, we can see Neck Wood, Number of frets, Neck Profile etc.). And if I click on one option, I want to selection one option (it could be a drop-down list or a toggle switch or checkbox, whatever allowing to choose something). For example here, in the option Fingerboard Radius, I can choose 14, 12, 10, 12-16.
I tried to embed toggle-switch and drop-down list in a treeview but it doesn’t seem it is possible… I tried using tab but no, it is not what I want.