I need following ComboBox:
1. Arrowbutton needs to be on the left side.
2. Textalignment needs to be left-to-right.
3. Popup alignment needs to be left-to-right, with the left top corner of the popup touching the left bottom corner of the combobox textfield.
As I see it, if I align elements left-to-right, then
1. Text is aligned left-to-right
2. Popup is aligned left-to-right
3. Arrowbutton is on the right side.
If I align elements right-to-left, then
1. Text is aligned right-to-left
2. Popup is aligned right-to-left
3. Arrowbutton is on the left side.