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 工具箱样
基础教程推荐
- 当值可以是对象或空数组时反序列化 JSON 2022-01-01
- Moq It.Is<>不匹配 2022-01-01
- 禁止输入少量字符,例如'<'、'&a 2022-01-01
- .NET SerialPort DataReceived 事件未触发 2022-01-01
- 如何使用 .Net 检查 Active Directory 服务器是否已启动并正在运行? 2022-01-01
- 我应该在后面的代码中直接使用 Linq To SQL 还是使 2022-01-01
- WPF 模态进度窗口 2022-01-01
- 如果有人提交恶意软件Nuget包怎么办? 2022-01-01
- C# 从 List<List<int>> 中删除重 2022-01-01
- Azure Functions:CosmosDBTrigger 未在 Visual Studio 中触发 2022-01-01
