Combobox - force drop down (or up)

Is there a way to force the ComboBox to always drop down (as long there is enough space below of-course) ?

That’s the default; the only reason why a popup window is going to change its orientation/position/size is if the windowing system tells GTK that there isn’t enough room in the direction of choice.

Thanks, this combo is in a grid which itself in in a vbox which is in a frame. There is a lot of space below the vbox. I could find a consistent way to reproduce this. it goes into drop-up mode when selecting the last item in the list and then clicking the combo again. When the first item is selected it drops down. that said there is more than enough space below it. Maybe some way to “unselect” the current selection upon clicking could help ?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.