码迷,mamicode.com
首页 > Windows程序 > 详细

wpf listbox横向布局

时间:2019-05-29 10:36:45      阅读:403      评论:0      收藏:0      [点我收藏+]

标签: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>

 

wpf listbox横向布局

标签:ali   ack   color   bsp   nbsp   bind   grid   nta   check   

原文地址:https://www.cnblogs.com/an123orange/p/10942134.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!