2011年4月9日
摘要: TextBox. Text 属性的默认 UpdateSourceTrigger 值为 LostFocus。 这意味着如果应用程序的 TextBox 包含数据绑定 TextBox. Text 属性,则直到 TextBox 失去焦点(例如,将鼠标移到 TextBox 外单击时),键入到 TextBox 中的文本才能更新源。 如果希望在键入过程中更新源,请将该绑定的 UpdateSourceTri... 阅读全文
posted @ 2011-04-09 23:56 WPF之家 阅读(359) 评论(0) 推荐(0)
摘要: ControlTemplate是指控件的样式ItemTemplate是指可绑定泛型的控件内容的样式即只有那些有item的控件才有ItemTemplate(如ListBox ,Combox,TreeView,DataGrid,TabelControl等,),但是所有控件都有ControlTemplatesilverlight的控件大概派生于两种类。一种是contentcontrol类(例... 阅读全文
posted @ 2011-04-09 17:32 WPF之家 阅读(1185) 评论(1) 推荐(1)
摘要: 表示一个动态数据集合,在添加项、移除项或刷新整个列表时,此集合将提供通知。命名空间: System.Collections.ObjectModel程序集: System(在 System.dll 中) 用于 XAML 的 XMLNS:未映射到 xmlns。语法:[SerializableAttribute] public class ObservableCollection... 阅读全文
posted @ 2011-04-09 16:38 WPF之家 阅读(1004) 评论(0) 推荐(1)
摘要: 向客户端发出某一属性值已更改的通知。命名空间: System.ComponentModel程序集: System(在 System.dll 中) 语法public interface INotifyPropertyChangedpublic interface class INotifyPropertyChanged 备注INotifyPropertyChanged 接口用于向客... 阅读全文
posted @ 2011-04-09 15:46 WPF之家 阅读(289) 评论(0) 推荐(0)