Questions tagged [avalondock]

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.

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.

This library is the successor of the 'WPF Docking Library' that was published on CodeProject quite a while ago. AvalonDock is now part of Extended WPF Toolkit.

Features

  • Completely written in C# and XAML
  • Almost everything can be restyled
  • Support for Windows Forms controls

Known Issues

  • Due to design decisions (support for Windows Forms controls) this library cannot be use in a restricted environment (e.g. XBAP)

License

New BSD License (BSD)

350 questions
4
votes
1 answer

AvalonDock (2.0) + MVVM + VSPackage = document selection trouble?

I have a control that utilizes an AvalonDock (2.0) DockingManager control for displaying a set of documents managed by an underlying view model:
Dave Clemmer
  • 3,741
  • 12
  • 49
  • 72
4
votes
1 answer

How to apply custom style to AvalonDock

Does anyone know how I can change the font properties of a title for LayoutAnchorable and LayoutDocument in AvalonDock 2.0? I would like to be able to apply a style that is used everywhere in my WPF application for consistency.
Ceco
  • 1,586
  • 3
  • 16
  • 23
4
votes
2 answers

remove document tab shown in avalondock

My application does not have multiple documents. So I do not need the tab shown in LayoutDocumentPane. I found that it can be customized by using style here. http://avalondock.codeplex.com/wikipage?title=Document%20tab%20restyling But it seems to be…
Lasith Jayaratna
  • 107
  • 1
  • 10
4
votes
4 answers

Remove AvalonDock dock and close buttons

I would like to remove them as this is causing me lots of problems. If there is a way to solve it I will be glad to try it. First few minutes of using it I have gotten like 3 different exceptions and I can't figure out how to remove those damn…
Lews Therin
  • 10,907
  • 4
  • 48
  • 72
4
votes
1 answer

Avalon Dock Auto Hide problems on load

I am having a problem with Avalon Docking where my second panel that's docked at the bottom and set to AutoHide. When UI runs the pane loads as Docked/Visible by default. I would like to have it hidden/minimized.
denis morozov
  • 6,236
  • 3
  • 30
  • 45
3
votes
4 answers

Prism2 Region Adapter for AvalonDock's DocumentPane and DockingPane?

Does anyone have sample code on how to create a Region Adapter for AvalonDock's DocumentPane and DockingPane?
Jason
3
votes
0 answers

How to catch AvalonDock undocking and Docking events?

I am Using AvalonDock in a WPF project. And I would like to konw how to handle the Docking and Undocking event. i have tried MouseDown and Up while Dragging but no apparent success. ...
Bayo Alen
  • 341
  • 1
  • 6
  • 13
3
votes
2 answers

How to resolve 'missing type' errors in XAML?

I'm trying to get an AvalonDock sample working: https://github.com/xceedsoftware/wpftoolkit/wiki/AvalonDock But when I create a new window and paste in the provided XAML, I get a couple of precompiler errors: XDG0008: The name "DemoView" does not…
InteXX
  • 6,135
  • 6
  • 43
  • 80
3
votes
1 answer

DateTimePicker set Calendar and Time culture

Is it possible set specific culture for DateTimePicker control? I would like use this specific culture on format name of moths and time format. For Example I create specific culture: CultureInfo.GetCultureInfo("sk-Sk"); Thanks for advice.
user572844
3
votes
1 answer

AvalonDock: Change background of title when focused

I want to change the background of the pane title, if the pane is focused. So tried this: