Skip to content
Advertisement

Tag: combobox

Get Value of Combobox, while they are bound

I created two Comboboxes in Tkinter. In the first Box you select the Material, the second box reacts to the selected Value of the first box and changes the available options. Its maybe not the best way coded, but it works. My Problem is, I want to know which colour is selected. Because if I print (Box_2.get()) it would be

Is there a way to resize the Combobox entry size?

I know there are many ways to change the drop down list/list box font, my question is how could you adjust the entry field at the same time, the part circled in red. How do I make it the same size as the label next to it? In other word, how do i make the drop down arrow bigger? Answer

Advertisement