views:

179

answers:

2

I want to create buttons and displays in WPF that look something like the Visio Flow Chart displays. Are there classes for that?

+1  A: 

Here's a series of articles which show you how to create a drag'n'drop flow chart designer in WPF:

http://www.codeproject.com/KB/WPF/WPFDiagramDesigner_Part4.aspx

Stefan Bonnermann
A: 

WPF:从WPF Diagram Designer Part 1学习控件模板、移动、改变大小和旋转 http://www.cnblogs.com/zhoujg/archive/2010/08/17/1801271.html

zhoujg