在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移到单位的位置。