DataTemplate
摘要:DataTemplateSelector
隐示的使用DataTemplate
阅读全文
posted @
2006-12-28 21:43
stswordman
编辑
对话框中的数据绑定(WPF)
摘要:模式对话框,Binding,BindExpression,BindingOperations
UpdateSourceTrigger
阅读全文
posted @
2006-12-28 08:35
stswordman
阅读(3532)
推荐(0) 编辑
{Binding}详释 (WPF)
摘要:大多数的绑定操作都设置了Source和Path属性。Source属性用于确定绑定的对象,而Path属性确定对象中的属性。 很多人遇到{Binding}时都会很困惑. {Binding} 乍看起来好像缺少可用信息。实际上不是这样的,现在我对此解释一下 如果你阅读过我的上一篇文章,你应该知道:在控件树的上层里可以设置DataContext属性,所以并不一定要设置Source属性。 现...
阅读全文
posted @
2006-12-21 08:25
stswordman
阅读(6237)
推荐(1) 编辑