标签:ali ack color bsp nbsp bind grid nta check
<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>
标签:ali ack color bsp nbsp bind grid nta check
原文地址:https://www.cnblogs.com/an123orange/p/10942134.html