Useful WPF resources and learning materials

来源:互联网 发布:张卜天的翻译水平知乎 编辑:程序博客网 时间:2024/05/29 04:24

MVVM example

http://msdn.microsoft.com/en-us/magazine/dd419663.aspx

Drag and Drop

Gong solution to drop and drop for WPF compatible with MVVM architecture

http://www.codeproject.com/Articles/43702/Drag-and-Drop-in-WPF-Part-II

TreeView Topics

How to get TreeViewItem from HierarchicalDataTemplate item?

http://stackoverflow.com/questions/616948/how-to-get-treeviewitem-from-hierarchicaldatatemplate-item

Using HierarchicalDataTemplate and ContainerBindingCollection in RadTreeView (haven't even skimmed through, but sounds worth reading) 

http://www.telerik.com/support/kb/silverlight/treeview/radtreeview-and-hierarchicaldatatemplate.aspx

A few tree view controls that support multiple selection

http://social.msdn.microsoft.com/Forums/pl-PL/vswpfdesigner/thread/6ea6d60c-f96b-4070-98c6-289d23041f81

Among which the below has proven to be a good one, which can serve as a learning material for creating customised control

http://dotnetlearning.wordpress.com/2010/10/14/multi-selection-tree-view/

原创粉丝点击