111,128
社区成员
发帖
与我相关
我的任务
分享<ItemsControl Name="ImgList" ItemsSource="{Binding imgList}">
<ItemsControl.ItemTemplate>
<DataTemplate>
<Image Source="{Binding ??????}"/>
</DataTemplate>
</ItemsControl.ItemTemplate>
</ItemsControl>