简体   繁体   English

WPF中的Visual Studio 2010工具箱之类的Treeview

[英]Treeview like Visual Studio 2010 toolbox in WPF

I'm looking a very similar control like the VS 2010 toolbox. 我正在寻找类似VS 2010工具箱的控件。

A tree view where I can have a header and my subitems. 我可以在其中具有标题和子项目的树状视图。 Ando also the facility to move up or down the item (or drag and drop). Ando还提供了用于上下移动项目(或拖放)的工具。

Does you have idea where can I get one? 您知道我可以在哪里买到吗? I'm interested in a WPF control. 我对WPF控件感兴趣。

I don't think you need a special control. 我认为您不需要特殊的控制。 Just apply a HierarchicalDataTemplate to make the layers look like you want them to. 只需应用HierarchicalDataTemplate即可使图层看起来像您想要的那样。

Here's a quick step-by-step on how to do so with a TreeView . 这是使用TreeView进行操作的快速分步说明。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 编写Visual Studio 2010插件,想在代码编辑器中显示像Resharper这样的工具箱 - Writing Visual Studio 2010 Plugin, would like to show a toolbox like Resharper in code editor Visual Studio 2010 WPF - Visual studio 2010 WPF WPF:创建一个看起来像Visual Studio 2010的应用程序 - WPF: creating an app that looks like Visual Studio 2010 WPF中的控件是否与Visual Studio工具箱类似? - Is there a control in WPF similar to the Visual Studio toolbox? 在Visual Studio 2010工具箱中隐藏/禁用控件时? - When controls are hidden/disabled in the Visual Studio 2010 Toolbox? 如何在Visual Studio 2010的工具箱中显示自定义属性的帮助? - How to display help for custom property in toolbox of visual studio 2010? Visual Studio 2010没有在工具箱中显示“打印”选项卡的Crystal Report Viewer? - Visual Studio 2010 not showing Crystal Report Viewer of Printing Tab in Toolbox? Crystal报表查看器不会出现在工具箱中 - Visual Studio 2010 - Crystal report viewer doesn't appear in toolbox - Visual Studio 2010 从Visual Studio工具箱隐藏WPF FrameworkElement的问题 - Issue hiding WPF FrameworkElement from the Visual Studio Toolbox Visual Studio 2010中的Bogus WPF / XAML错误 - Bogus WPF / XAML errors in Visual Studio 2010
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM