简体   繁体   English

如何让我的应用程序拖放像Visual Studio这样的工具箱?

[英]How do I allow my app to have drag and drop toolboxes like Visual Studio?

如何让我的应用程序拖放像Visual Studio这样的工具箱?

For a basic (and free) third party solution to do it look into DockPanel Suite . 对于基本(和免费)第三方解决方案,请查看DockPanel Suite But as other said multiple other free or paid solutions exists. 但正如其他人所说,存在多种其他免费或付费解决方案

Your best bet would be a third-party component to do this. 您最好的选择是执行此操作的第三方组件。 Primarily, you are looking for something that provides docking windows on your form (which would more than likely be provided by a control you place on the form which would take up the entire form). 首先,您正在寻找在您的表单上提供停靠窗口的东西(这很可能由您放置在表单上的控件提供,这将占用整个表单)。

As always, I recommend using the DevExpress DXperience Components & Tools . 与往常一样,我建议使用DevExpress DXperience组件和工具 In particular, you want to look into the Docking Functionality article. 特别是,您需要查看Docking Functionality文章。

There are free toolkits to do this also, but I've not used any. 有这样的免费工具包,但我没有使用任何。

暂无
暂无

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

相关问题 在Visual Studio数据UI定制中,我的自定义usercontrol给出了错误,不允许拖放 - In Visual Studio data UI customization , my custom usercontrol gives error does not allow drag/drop 如何正确允许WPF中的Drag n Drop? - How do I properly allow Drag n Drop in WPF? 从数据源拖放表时,如何关闭由Visual Studio自动创建的连接 - How to close my connection which is automatically created by Visual studio when I drag and drop my table from data source 如何在我的“Metro Style”应用程序中拖放WPF? - How to do Drag and Drop in WPF in my “Metro Style” app? 如何在我的android应用中实现拖放功能? - How would I implement a drag and drop function into my android app? 无需拖放即可将文件导入Visual Studio,是否有SDK可以做到这一点? - Import files into Visual Studio without drag and drop, is there any sdk to do this? 如何在Visual Studio 2008中为简单的Windows窗体应用程序插入下拉菜单? - How do I insert a drop-down menu for a simple Windows Forms app in Visual Studio 2008? 我的商业智能工具具有Visual Studio,如何向其中添加C#? - I have Visual Studio for my Business Intelligence tools, how do I add C# to it? 如何使 Visual Studio 中 Unity 的 C# 代码看起来/像教程中那样工作(图片) - How do I make my C# code for Unity in Visual Studio look/work like in the tutorial (picture) 更新数据库源后,如何让 Visual Studio 2010 刷新我的数据集? - How do I get Visual Studio 2010 to refresh my DataSet after I have updated the Database source?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM