随笔分类 - .Net
摘要:摘自CSDN:WPF中如果使用ObservableCollection,对ObservableCollection实现类似List的排序操作,再删除以后通知UI层刷新数据public class SortableObservableCollection<T> : ObservableCollection<T>{ public SortableObservableCollection(List<T> list) : base(list) { } public SortableObservableCollection(IEnumerable<T> c
阅读全文
摘要:Silverlight自定义DatePickerXaml代码: xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-
阅读全文

浙公网安备 33010602011771号