<!--动态生成一组按钮-->
<StackPanel>
<ItemsControl ItemsSource="{Binding Picture}">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal"/>
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
WPF中动态加载数据<ItemsControl>
最新推荐文章于 2025-06-18 16:02:59 发布