他人之矛-我参考学习的代码

整理近期看到,或者想看的程序/代码

◆界面◆

1. 界面MUI,前段时间把这里面的代码分解了一下哈,弄了一个最简单的Customize Control.

http://mui.codeplex.com/

2. Outlook 2010界面

http://navigationpane.codeplex.com/

3. C# Utility Library 作者想把这个库打造成蝙蝠侠的工具箱,哈哈,拿来用用。

https://github.com/JaCraig/Craig-s-Utility-Library

◆代码片段◆

1. Theme主题,好多WPFXAML 控件的写法

http://code.google.com/p/expanderwithpopup/source/browse/trunk/CustomControls/Themes/Generic.xaml?spec=svn2&r=2

2. WPF TreeView

http://www.codeproject.com/Articles/23337/A-Versatile-TreeView-for-WPF

3. WPF TreeView with ViewModel

http://www.codeproject.com/Articles/26288/Simplifying-the-WPF-TreeView-by-Using-the-ViewMode

4. WPF Ribbon Style

https://gist.github.com/ChillyFlashER/5471466

原文地址:https://www.cnblogs.com/mantian/p/3918839.html