Align Text in Combobox

后端 未结 6 531
后悔当初
后悔当初 2020-12-09 05:42

I want to align my text in combo box so that it will show in the center of combobox tell me how to do this also you can see there is a default border around a combo box when

6条回答
  •  独厮守ぢ
    2020-12-09 06:29

    Set RightToLeft property to true.
    It does NOT reverse the sequence of characters. It only right-justifies.

提交回复
热议问题