ComboBox text alignment

I have a ComboBox that can have a fairly long list of numbers contained inside it ranging from a single to at least 3 places i.e. (1 or 12 or 124) with other numbers placed in between. The text alignment puts all characters to the left. I would like to align the text to the right which would make it easier to view and select the needed number
This alignment is preferred

1 12 124

Verses this

1 12 124

Is there a way to set text alignment to the right side of a ComboBox?