I need to make some vertical docking / assembly panels in the style of a Visual Studio IDE (e.g. Solution explorer, Toolbox, Properties, etc.), does anyone know some examples or code for this?
Thanks R.
You can use the DockPanel Suite from here . Then your forms just have to inherit from DockContent, and they can dock with a DockPanel like Visual Studio.
, autohide? , userdraw. .
You can do this using ToolStripContainer
http://en.csharp-online.net/Tool,_Menu,_and_Status_Strips%E2%80%94The_ToolStripContainer
http://msdn.microsoft.com/en-us/library/ms229623.aspx
google the word "ToolStripContainer" and you will come up with all kinds of patterns.
Source: https://habr.com/ru/post/1720821/More articles:MVVM-based application navigation - architecturefpdf - return to the previous page - phpУстановите Visual Studio 2010 Beta 2 рядом с VS2008 - visual-studio-2010How to find a range contained in an array of ranges? - ruby | fooobar.comTesting Windows AD Integration on a Workgroup Machine - windowsHow do you stretch background image - jqueryUpdating and changing plist file settings with new versions of the application - iphoneCan you get jsp file name with taglib in taglib code - javaKeyboard map ReSharper - visual-studioCan you give me some real macro examples ->? - macrosAll Articles