Shaofh

Shaofh

2011年10月28日

Silverlight中利用ListBox特性实现单选按钮组RadioButtonList和复选按钮组CheckBoxList的功能

摘要: 用过Silverlight都知道,在Silverlight控件中没有类似于Asp。net中的单选按钮组RadioButtonList和复选按钮组CheckBoxList。下面就要利用ListBox来实现单选按钮组RadioButtonList和复选按钮组CheckBoxList。ListBox中有一个SelectionMode的属性来设置单选还是复选,所以我们只需要一个控件就可分别实现RadioButtonList和CheckBoxList两个控件的功能。代码如下:publicclassSysChecks:ListBox{publicSysChecks(){this.DefaultStyleK 阅读全文

posted @ 2011-10-28 14:02 sh37 阅读(617) 评论(0) 推荐(0) 编辑

导航