如何在ItemsControl中右对齐数字

时间:2019-03-01 19:08:25

标签: wpf xaml silverlight

在xaml中,我有:

<ItemsControl Grid.Row="1" Grid.Column="3"  x:Name="SelectedCountCollection"  ItemsSource="{Binding SelectedCountList}" Foreground="Purple" Margin="0,0,1,0" HorizontalContentAlignment="Stretch"/>

我最终得到的数据看起来像这样:

20                   

5                      

7   

我需要将5移到单位的位置。我需要将7移到单位的位置。

0 个答案:

没有答案