wpf - How to move my cursor to the left in in my ComboBox? -


I want to move my cursor to the beginning of the text in my combo box

It looks like this time:

Enter the image details here

I made the following attempts at closed events :

  cboSomeCombo.Select (cboSomeCombo.Text.Length, 0);   

The cursor still remains on the right side all the way.

It starts to be related:


Comments