Relative Content

Tag Archive for tkinterdrop-down-menutreeviewtogglebutton

creating drop-down lists or toggle-switch buttons in a treeview with tkinter in Python

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.