WPF文章收集(更新中)
摘要:SlidingListBox – Animating ListBoxItems in WPF Brief Anatomy of a ListBox Dragging Elements in a Canvas FishEyePanel/FanPanel - Examples of custom layout panels in WPF
阅读全文
posted @
2006-11-05 22:22
stswordman
阅读(520)
推荐(0) 编辑
DispatcherTimer类的使用
摘要:DispatcherTimer类位于System.Windows.Threading命名空间下,类似于winform的Timer类。 { DispatcherTimer timer = new DispatcherTimer(); timer.Interval = TimeSpan.FromSeconds(1); ...
阅读全文
posted @
2006-11-05 18:45
stswordman
编辑