c# - how to change align of combobox item to right? -


i create combobox in wpf (.net 4.5.1) following xaml code, how changed alignment of items right image?

<combobox    x:name="cmbpost"            grid.row="2"  grid.column="0"         tabindex="6"            width="150" margin="5" height="22" verticalalignment="top" horizontalalignment="right"> 

enter image description here

try add horizontalcontentalignment="right" combobox


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -