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

感情迁移 提交于 2019-12-24 07:06:51

问题


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.


回答1:


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



来源:https://stackoverflow.com/questions/5456976/how-to-move-my-cursor-to-the-left-in-in-my-combobox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!