建模、思维导图等组件的示例和教程
我想要一个图形组件,我可以用它创建模型,用直线/曲线将它们链接在一起,折叠/展开子节点等
。数据集可视化设计器和思维导图/头脑风暴应用程序。
任何示例/教程对于 WinForms/WPF 或 WebApps 都非常有用,可以为我提供一些如何创建此类组件的想法。
I want to have a graphical component with which I can create models, link them together with lines/curves, collapse/expand child nodes etc.
Something like the EF & DataSet visual designers and MindMapping/BrainStorming applications.
Any samples/tutorials would be great both for WinForms/WPF or WebApps to give me some ideas how I can go about creating such components.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下面的链接不是组件它的开源项目可能有用
PlantUML 编辑器:使用 WPF 的快速而简单的 UML 编辑器
Below link is not component Its an open source project might be useful
PlantUML Editor: A Fast and Simple UML Editor using WPF
嗯,我认为第一件事是首先选择一个框架,因为你提到的每个框架都会有很大不同。
对于 WPF,我首先尝试使用形状、几何图形和画布。也许这可能会让您开始...
http://msdn.microsoft.com/ en-us/library/ms747393.aspx
Well I think the first thing would be to choose one of the frameworks initially, because it'd be very different in each of the ones you mention.
For WPF I'd start by having a play around with shapes, geometry, and canvas. Maybe this might get you started...
http://msdn.microsoft.com/en-us/library/ms747393.aspx