I would like to move my cursor to the start of the text in my ComboBox
.
This is what it looks like at the moment:
I did try the following on the Closed Event
:
cboSomeCombo.Select(cboSomeCombo.Text.Length, 0);
The cursor still stays all the way to the right.