Mobile Zone is brought to you in partnership with:

I’ve been a Windows developer since 3.0 and caught the Visual Basic wave early with v1. I’ve released a “production” application in every version of VB since then (except VB for DOS). Focusing on enterprise, line-of-business development I’ve built Call Center Applications, Mortgage finance systems, Customer Relationship Management tools and more recently I’ve been in the Litigation Support/Electronic Data Discovery/Electronically Stored Information space. Greg is a DZone MVB and is not an employee of DZone and has posted 271 posts at DZone. You can read more from them at their website. View Full User Profile

The Open Source WinForm & WPF Docking Library Overhauled:A New Version, AvalonDock v2's!

08.06.2012
| 1770 views |
  • submit to reddit

"Welcome to the first release of AvalonDock 2.0

Finally I can upload the new release of AvalonDock. This new release is stable and includes many new features if compared to 1.3:
  • AvalonDock 2.0 has been completely rewritten to take full advantage of the MVVM design.
  • The layout model is now completely separated from the view controls; integration with frameworks like PRISM is easier and faster.
  • I worked a lot to get the best performance especially when user move panes in floating window or set them as auto hidden.
  • Floating windows can now be arranged together as it's possible in VS2010.
  • The library itself is lighter because use only standard controls restyled like the TabControl or the Grid panel.
  • Since first beta I fixed a lot of bugs; this version should be stable enough for most of the projects.
  • Comes with two additional themes: VS2010 and Aero theme.

..."

AvalonDock

AVALONDOCK 2.0 RELEASED!

Hi all, I'm happy to announce that the first public release of AvalonDock 2.0 is published!

Here you can find some key concepts of the new version.


Project Description
AvalonDock is a WPF controls library which can be used to create a docking layout system like that is present in VisualStudio. It supports fly-out panes, floating windows, multiple docking manager in same window, styles and themes and it can host WinForms controls.
Features
  • Supports MVVM design
  • Almost everything can be restyled
  • Support for Windows Forms controls

image

This is one of the libraries that is used in many projects yet doesn't always get the press and kudo's it's due. If you want docking windows behavior in your WinForm/WPF Desktop app's then you need to check out this library.

Related Past Post XRef:
AvalonEdit, a (the?) WPF code editor component from the SharpDevelop team (think WPF based, monster cool, code editing, IDE like, uber textbox +10)
Working Workflow into your app's. Workflow Studio, a source available example of rehosting the Workflow Designer

Published at DZone with permission of Greg Duncan, author and DZone MVB. (source)

(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)