Looking for a Visual Studio toolbox style navigation for desktop applications

↘锁芯ラ 提交于 2020-01-01 19:51:11

问题


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.

Thanks in advance.


回答1:


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




回答2:


Have a look at the Nevron User Interface: http://www.nevron.com/Products.UserInterfaceFor.NET.Overview.aspx




回答3:


I believe what you need is a PanelBar control. I won't go into details on how to create one, as this would fall short of the topic of the post, but I would highly suggest that you look for a third-party implementation if you're going to use this more than once in the project, or in more than one project.

Here is an example: http://www.telerik.com/products/winforms/panelbar.aspx



来源:https://stackoverflow.com/questions/465898/looking-for-a-visual-studio-toolbox-style-navigation-for-desktop-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!