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">
try add horizontalcontentalignment="right"
combobox
Comments
Post a Comment