我正在处理一个使用 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 工具箱样式导航的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
读取 XML 时忽略空格Ignore whitespace while reading XML(读取 XML 时忽略空格)
带有检查空元素的 XML 到 LINQXML to LINQ with Checking Null Elements(带有检查空元素的 XML 到 LINQ)
在 C# 中读取带有未闭合标签的 XMLReading XML with unclosed tags in C#(在 C# 中读取带有未闭合标签的 XML)
在 C# 中使用 Html 敏捷性解析表格、单元格Parsing tables, cells with Html agility in C#(在 C# 中使用 Html 敏捷性解析表格、单元格)
使用 LINQ 从 xml 中删除元素delete element from xml using LINQ(使用 LINQ 从 xml 中删除元素)
解析格式错误的 XMLParse malformed XML(解析格式错误的 XML)