If anybody has got a REALLY good docking window control (preferably free),
I'm VERY interested in hearing about it.
I'm doing a project where I need to have auto-hide windows tabbed to both
sides of the form. All the controls I've found are more or less useless
(i.e. they work, but are very hard to work with). The easiest and most
useful control I've found is Actipro's UI Studio which has a visual design
interface, and you don't have to keep all your docking content in separate
windows as with other controls. Unfortunately, there's a bug in it, so if
you've got a window docked to the right border of the form, it's "jerky"
when the pane expands.
In another answer to this thread, I've given a link to the free Weifenluo
DockPane Suite control which would be a perfect solution if it wasn't
because it's very hard to use and uselessly documented.
Has anybody got a good solution to how to create good auto-hide panels
(VS.NET style) on a form?
Cheers,
Johnny
> Does anybody have any code samples that show me how to dock tabs
> around a form. I have found numerous controls out there that does the
> job, but I want to learn how to code it myself.
>
> Any sites that show how to code this.
> Thanks!
Mick Doherty - 12 Apr 2007 11:24 GMT
Maybe you've already seen this list but...
http://www.windowsforms.net/ControlGallery/default.aspx?Category=7&tabindex=10
I can't say what any of them are like though.

Signature
Mick Doherty
http://dotnetrix.co.uk/nothing.html
> If anybody has got a REALLY good docking window control (preferably free),
> I'm VERY interested in hearing about it.
[quoted text clipped - 24 lines]
>> Any sites that show how to code this.
>> Thanks!
This guy is doing a free docking component and all the source code is
availbale too:
http://sourceforge.net/project/showfiles.php?group_id=110642&package_id=128114
Cheers
Johnny J.
> Does anybody have any code samples that show me how to dock tabs
> around a form. I have found numerous controls out there that does the
> job, but I want to learn how to code it myself.
>
> Any sites that show how to code this.
> Thanks!