文件名称:一个WPF 的CheckBoxList 的例子
文件大小:158KB
文件格式:RAR
更新时间:2012-10-12 10:17:34
WPF CheckBoxList RadioButtonList
其中实现了 CheckBoxList 和 RadioButtonList 的功能,原来用 ListBox 加 Style 实现,但无法实现多列及全选、全不选的功能,后来采用 UserControl 实现,可以实现所有的这些功能
【文件预览】:
Wpf CheckBoxList 测试项目
----WpfApplication1.sln(2KB)
----WpfApplication1()
--------bin()
--------obj()
--------Window1.xaml(1KB)
--------Properties()
--------CheckBoxListMulticolumn.xaml(2KB)
--------WpfApplication1.csproj(5KB)
--------App.xaml(598B)
--------App.xaml.cs(311B)
--------Window1.xaml.cs(6KB)
--------CheckBoxList.xaml(2KB)
--------Shared.xaml(8KB)
----WpfApplication1.suo(52KB)
----WpfControlLibrary1()
--------WpfControlLibrary1.csproj(4KB)
--------CheckBoxListMulticolumn.cs(3KB)
--------bin()
--------obj()
--------CRadioButtonList.cs(1KB)
--------Properties()
--------CheckBoxList.cs(1KB)
--------CCheckBoxList.cs(839B)
--------SelectorBoxList.xaml.cs(20KB)
--------SelectorBoxList.xaml(1KB)
----Domain()
--------Domain.csproj(2KB)
--------bin()
--------obj()
--------Properties()
--------CDemo.cs(241B)