搜索资源列表
ManOriKnowledge
- 最近弄一个可以编辑显示文本、图片、公式、表格、超链接等内容的东东,将其保存好数据库(DB4O),然后直接在内存中打开。最先想到的当然是dotNet的RichTextBox,但它对这些格式数据支持并不好,尤其是上下标。然后就是微软的Office Framer Control,没有什么问题,但是需要运行word进程,那玩意太庞大,尤其是在打开多个文档的时候占用内存过多。最后想到了wpf的Flowdocment,它虽然不直接支持公式,但在能直接将相关内容转换为图片形式,且不会改变显示样式。使用WPF
ComboBox.rar
- WPF的自定义控件样式之ComboBox,WPF custom control style of the ComboBox
checkbox
- WPF的自定义控件样式之checkbox-WPF custom control style of the checkbox
ScrollViewerTemplate
- 如何在WPF中使用ScrollView控件的例子,重点是如何对ScrollView控件的样式进行定义。-Sample of how to decorate a scrollview by contrl template.
WPFSimpleChromeWindow
- 在WPF中模拟ChildWindow效果 原理很简单,关键点就是如何定义ChildWindow样式和使用DataTemplate动态显示控件,注意这里Content并没有显式定义ItemTemplate,它会默认应用资源里的DataTemplate定义,通过绑定到DialogViewModel,DataTemplate会根据DialogViewModel的DataType类型选择显示不同的子窗体,同时子窗体的DataContext会自动关联到该DialogViewModel类型的实体-In
WPFTabControl
- 自定义各种样式的wpf tabcontrol控件。有相当大的学习价值-Customize various styles wpf tabcontrol controls. There are considerable learning value
ListView
- wpf 编程 ListView 控件的样式,以及基础用法和绑定-wpf programming style ListView control, and basic usage and binding
TreeViewWithCheckBoxSourceCode
- WPF编写的一个treeview控件,非常好看的样式-WPF write a treeview control. It s very beautiful
ControlsStyle
- 基于wpf控件样式,十分绚丽,比较实用的收集,可以进行参考收藏。(Based on the WPF control style, very beautiful, more practical collection, you can refer to the collection.)
wpf 图片180°查看器
- 具有各种样式的控件,强大的开源源码,可以参考自己做优美的界面WPF照片浏览的源码,很炫酷的动态效果,可以参考做自己的照片墙