問題描述
我正在處理一個使用 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模板網!