摘要:
1、在WPF中TreeView默认不支持固定表头的我们可以修改样式实现固定表头 新建一个TreeListView类 然后继承TreeView代码如下 public class TreeListView : TreeView,IDisposable { public TreeListView() { 阅读全文
摘要:
1、直接上代码 public class PasswordHelper { public static readonly DependencyProperty PasswordProperty = DependencyProperty.RegisterAttached("Password", typ 阅读全文