摘要: 介绍背水一战 Windows 10 之 绑定 TemplateBinding 绑定 与 RelativeSource 绑定 与 StaticResource 绑定 示例1、演示 TemplateBinding 的用法Bind/TemplateBindingDemo.xaml 2、演示 Binding 阅读全文
posted @ 2016-09-27 16:46 ansen312 阅读(499) 评论(0) 推荐(0) 编辑
摘要: 介绍背水一战 Windows 10 之 绑定 DataContextChanged - FrameworkElement 的 DataContext 发生变化时触发的事件 UpdateSourceTrigger - 数据更新的触发方式 对绑定的数据做自定义转换 示例1、演示 DataContextC 阅读全文
posted @ 2016-09-27 16:45 ansen312 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绑定 x:Bind 绑定 x:Bind 绑定之 x:Phase 使用绑定过程中的一些技巧 示例1、演示 x:Bind 绑定的相关知识点Bind/BindDemo.xaml Bind/BindDemo.xaml.cs 2、演示 x:Bind 绑定之 x:Phase 阅读全文
posted @ 2016-09-27 16:44 ansen312 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 绑定 通过 Binding 绑定对象 通过 x:Bind 绑定对象 通过 Binding 绑定集合 通过 x:Bind 绑定集合 示例1、演示如何通过 Binding 绑定对象Bind/BindingModel.xaml Bind/BindingModel.xam 阅读全文
posted @ 2016-09-27 16:43 ansen312 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 介绍背水一战 Windows 10 之 MVVM(Model-View-ViewModel) 通过 Binding 或 x:Bind 结合 Command 实现,通过 ButtonBase 触发命令 示例1、ModelMVVM/Model/Product.cs MVVM/Model/ProductD 阅读全文
posted @ 2016-09-27 16:41 ansen312 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 介绍背水一战 Windows 10 之 MVVM(Model-View-ViewModel) 通过 Binding 或 x:Bind 结合 Command 实现,通过非 ButtonBase 触发命令 示例1、ModelMVVM/Model/Product.cs MVVM/Model/Product 阅读全文
posted @ 2016-09-27 16:40 ansen312 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 背水一战 Windows 10 之 MVVM(Model-View-ViewModel) 通过 x:Bind 实现 MVVM(不用 Command) 示例1、ModelMVVM/Model/Product.cs MVVM/Model/ProductDatabase.cs 2、ViewModelMVV 阅读全文
posted @ 2016-09-27 16:39 ansen312 阅读(354) 评论(0) 推荐(0) 编辑
摘要: x:DeferLoadStrategy="Lazy" - 用于指定一个 UIElement 为一个延迟加载元素 x:Null - null 示例1、x:DeferLoadStrategy 通过 FindName 加载Xaml/DeferLoadStrategy/Demo1.xaml Xaml/Def 阅读全文
posted @ 2016-09-27 16:38 ansen312 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 介绍背水一战 Windows 10 之 控件(文本类) TextBox PasswordBox 示例1、TextBox 的示例 1Controls/TextControl/TextBoxDemo1.xaml Controls/TextControl/TextBoxDemo1.xaml.cs 2、Te 阅读全文
posted @ 2016-09-27 16:37 ansen312 阅读(553) 评论(0) 推荐(0) 编辑
摘要: 1、TextBlock 的示例 1Controls/TextControl/TextBlockDemo1.xaml Controls/TextControl/TextBlockDemo1.xaml.cs 2、TextBlock 的示例 2Controls/TextControl/TextBlockD 阅读全文
posted @ 2016-09-27 16:37 ansen312 阅读(366) 评论(0) 推荐(0) 编辑