07 2016 档案
摘要:背水一战 Windows 10 之 XAML: x:DeferLoadStrategy="Lazy" - 用于指定一个 UIElement 为一个延迟加载元素, x:Null - null
阅读全文
摘要:背水一战 Windows 10 之 MVVM(Model-View-ViewModel): 通过 x:Bind 实现 MVVM(不用 Command)
阅读全文
摘要:背水一战 Windows 10 之 MVVM(Model-View-ViewModel): 通过 Binding 或 x:Bind 结合 Command 实现,通过非 ButtonBase 触发命令
阅读全文
摘要:背水一战 Windows 10 之 MVVM(Model-View-ViewModel): 通过 Binding 或 x:Bind 结合 Command 实现,通过 ButtonBase 触发命令
阅读全文
摘要:背水一战 Windows 10 之 绑定: 通过 Binding 绑定对象, 通过 x:Bind 绑定对象, 通过 Binding 绑定集合, 通过 x:Bind 绑定集合, 通过 Binding 绑定字典表
阅读全文
摘要:背水一战 Windows 10 之 绑定: x:Bind 绑定, x:Bind 绑定之 x:Phase, 使用绑定过程中的一些技巧
阅读全文
摘要:背水一战 Windows 10 之 绑定: DataContextChanged - FrameworkElement 的 DataContext 发生变化时触发的事件, UpdateSourceTrigger - 数据更新的触发方式, 对绑定的数据做自定义转换
阅读全文