zzu-ke

导航

 

2016年3月8日

摘要: 1.binding ItemsSource public class TabItemViewModel { public string Header { get; set; } public FrameworkElement Content { get; set; } } xmlns:sc="clr 阅读全文
posted @ 2016-03-08 22:41 zzu-ke 阅读(619) 评论(0) 推荐(0)
 

2015年12月15日

摘要: 因为项目中Syncfusion的BusyIndicator控件存在bug,所以实现一个较为简单的自定义BusyIndicator。 1. 创建Style 1 <Style TargetType="local:CustomBusyIndicator"> 2 <Setter Property="Back 阅读全文
posted @ 2015-12-15 08:21 zzu-ke 阅读(755) 评论(0) 推荐(0)