DynamicDataDisplay-示例 该存储库与 动态数据显示源代码: :
2022-02-09 21:32:17 314KB C#
1
WPF编程宝典2010 老外的代码。适合学习
2022-02-09 21:06:21 11.16MB WPF编程宝典2010 源代码
1
WPF 拖拽功能 listbox 与treeview源码,提供参考里面运用了DragDrop ,listbox 与treeview
2022-02-09 19:57:01 10KB WPF 拖拽功能
1
用WPF实现的一个模拟Win7任务栏效果的图标控件
2022-02-09 19:16:39 637KB WPF Windows 任务栏
1
VisualStudioDocking 的ErrorListViewModel调试信息显示
2022-02-09 09:06:39 681KB wpf 开发语言 后端 microsoft
1
WPF扩展dll,里面包括了: * BusyIndicator * ButtonSpinner * ChildWindow * ColorPicker * DateTimeUpDown * Magnifier * MaskedTextBox * MessageBox * NumericUpDown * RichTextBox * RichTextBoxFormatBar
2022-02-08 21:03:23 60KB WPF WPFToolkit Extended
1
这个Demo是我通过学习https://www.cnblogs.com/tanl/p/5710842.html这个网址,并且有感而发,因为Grid交换的时候动画不好处理,所以个人觉得换成Canvas添加动画比较简单一些,所以写了一个带动画小案例,效果还可以,可以学习学习。
2022-02-08 16:43:16 155KB WPF九宫格
1
用wpf做简单的拼图游戏,随便打开一张图片,就可以做拼图
2022-02-08 16:11:33 66KB wpf ,拼图游戏, slide game
1
ModernUI.1.0.4.win8极简化界面设计.用户可以基于ModernUI来构造一个非常通用的、插件化的WPF开发框架,有兴趣的朋友可以下载使用!
2022-02-08 15:14:26 777KB WPF ModernUI
1
Effective Application Development with Model-View-ViewModel Harness the power of WPF and Silverlight to produce clean, testable, maintainable code This book was conceived from a need to explain the MVVM pattern and how it helps structure WPF and Silverlight applications. I had worked on a number of projects where these technologies were used but general best practices were ignored because no one had formally explained the MVVM pattern and how it compared to other patterns such MVP and MVC. In Chapter 1, WPF and Silverlight will be explored in some detail and their respective features highlighted. Chapter 2 introduces the foundation of the MVVM pattern: the databinding model that eclipses the equivalent functionality of Windows Forms or ASP.NET. Chapter 3 explains why the model and the view must be separated in an application and provides various tips and tricks that can help achieve a strict separation of concerns. Chapter 4 introduces the ViewModel that sits between the model and view layers and mediates between the two. Chapter 5 discusses commands and events, weighing up the pros and cons of each. Chapter 6 examines various options for implementing validation into an application. Chapter 7 explores the best side effects of the separation of concerns achieved through MVVM: testability and unit testing. Chapter 8 outlines how to implement a Data Access Layer into a Silverlight or WPF application and how the ViewModel can interact with this layer. Chapter 9 explains how to serialize an object graph using WPF and MVVM, as well as exploring how WPF and Silverlight applications can be extended. Chapter 10 ends the book with a sample application that ties together many of the features covered along the way.
2022-02-07 14:58:37 4.17MB WPF Silverlight MVVM C#
1