ComboBox right text align

Hello,

ComboBox shows left part of selected string (which length is larger than comboBox length).
For example, I have the string “abcdefghijklmnop”. And combobox length allows to see only 6 symbols.
In this case comboBox shows “abcdef”.
Is it possible to show right side of selected string? I.e. I need to see “lmnop” in the ComboBox.