开发者

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

开发者 https://www.devze.com 2023-02-20 00:50 出处:网络
I would like to move my cursor to the start of the text in my ComboBox. This is wh开发者_开发百科at it looks like at the moment:

I would like to move my cursor to the start of the text in my ComboBox.

This is wh开发者_开发百科at it looks like at the moment:

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

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.


This seems to be related:
How to set the selected text of combobox align left

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号