Looking for a Visual Studio toolbox style navigation for desktop applications(寻找适用于桌面应用程序的 Visual Studio 工具箱样式导航)
问题描述
我正在处理一个使用 MDI 应用程序的项目,该应用程序的侧面有一个导航面板.目前它是一个 ListView.不过,我想将其重新设计为类似于 Visual Studio 2008 中的工具箱.
I'm working on a project that uses an MDI application with a navigation panel on the side. Currently it is a ListView. However, I would like to redesign it to be similar to the toolbox in visual studio 2008.
如果这需要覆盖默认的绘制方法,那么如果您能提供一些关于如何使用绘制方法的良好参考资料也会有所帮助,因为我目前没有任何使用它的经验.
If this is something that would require overriding the default paint method, it would also help if you could provide some good references on how to work with the paint method as I do not currently have any experience using it.
提前致谢.
推荐答案
您想使用 ToolBox 控件.一些免费提供的是我用过的最友好的,由 Gordon Robinson 提供:http://gordondrobinson.com/post/Toolbox-control-written-in-C.aspx
You want to be using a ToolBox control. A few freely available ones are available the most friendly that i've used being by Gordon Robinson at: http://gordondrobinson.com/post/Toolbox-control-written-in-C.aspx
这篇关于寻找适用于桌面应用程序的 Visual Studio 工具箱样式导航的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:寻找适用于桌面应用程序的 Visual Studio 工具箱样


- 带有服务/守护程序应用程序的 Microsoft Graph CSharp SDK 和 OneDrive for Business - 配额方面返回 null 2022-01-01
- C#MongoDB使用Builders查找派生对象 2022-09-04
- 良好实践:如何重用 .csproj 和 .sln 文件来为 CI 创建 2022-01-01
- 输入按键事件处理程序 2022-01-01
- C# 中多线程网络服务器的模式 2022-01-01
- 如何用自己压缩一个 IEnumerable 2022-01-01
- 在哪里可以找到使用中的C#/XML文档注释的好例子? 2022-01-01
- Web Api 中的 Swagger .netcore 3.1,使用 swagger UI 设置日期时间格式 2022-01-01
- MoreLinq maxBy vs LINQ max + where 2022-01-01
- WebMatrix WebSecurity PasswordSalt 2022-01-01