<ListBox Grid.Row="1" x:Name="lstStaffs"> <ListBox.ItemsPanel> <ItemsPanelTemplate> <VirtualizingStackPanel Orientation="Horizontal"/> </ItemsPanelTemplate> </ListBox.ItemsPanel> <ListBox.ItemTemplate> <DataTemplate> <CheckBox Margin="5" Content="{Binding StaffName}" IsChecked="{Binding IsSelect}"/> </DataTemplate> </ListBox.ItemTemplate> </ListBox>
原文地址:https://www.cnblogs.com/an123orange/p/10942134.html
时间: 2025-01-17 08:49:28