Is there a cookbook or howto somewhere that is just a step-by-step guide to getting started with the WinDockManager (or UltraDockManager)? I'm just trying to modify an existing MDI application just as a proof of concept, and it's baffling me how to just get some rudimentary docked windows or panels going...
What I have at present is an MDI container window that spawns child forms, and I'd like one particular child form to be docked, instead of as a standard child window, since it's functionally not really a document. It's used to create documents, and it seemed to me that it would be more appropriate as a docked tool window or something like that.
So I guess my first question is whether or not I'm approaching this from the right angle, or should I create a different kind of container object (like a panel or usercontrol) and then move the functionality to that other container from the child form in question. I guess I'm feeling like I'm missing a fundamental piece of the conceptual puzzle, and once I get past that hurdle I should be off and running...
Thanks!
I think this would be the new link:
http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.1/CLR2.0/html/WinDockManager.html
It's not the article, but there are a few helpful links there.
Seems this link is currently broken. When I click on it I get a nasty asp.net screen which states "Server Error in '/' Application." Is there a newer link?
Thanks
I think those may be exactly what I need... and thanks for pointing out the Developer's Guide section. I think my table of contents was hidden and I totally missed it (plus a little ADD... ).
Thanks, Mike!
The API documentation can be a difficult place to start to learn about a new control or component in the general sense. I would recommend instead going to the following location in the help tree:
Windows Forms > Developer's Guide > The Toolset > Controls and Components > WinDockManager
Here is an article from there to get you started at design time, but there are a few other articles in there which might be helpful:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.1/CLR2.0/html/WinDockManager_Design_Time_Functionality.html
So now, getting back to basics, is there a step-by-step tutorial for someone who wants to start from scratch with docking? The API documentation is helpful, but I'm finding myself scratching my head trying to figure out how to set it up in the simplest fashion. Sorry to be dense.