开始使用角度编码器时,我做错了什么?
https://codepen.io/TylerL-uxai/pen/mwqNLW
<Grid width="250">
<ScrollViewer >
<StackPanel Orientation="Vertical">
<ItemsControl ItemsSource="{Binding images}">
<ItemsControl.Template>
<DataTemplate>
<Image Source="{Binding}" Margin="0,0,5,5" />
</DataTemplate>
</ItemsControl.Template>
</ItemsControl>
</StackPanel>
</ScrollViewer >
</Grid>