I want to create a combobox where some parts move left or right depending on their position on the screen.
However, if i actually put a widget that moves left and right into a ComboBox, the Content widget will move left and right, but the Option widget will be clipped by the size of the parent panel.
How can I create a combo box that displays animation correctly?