avalondock Questions
2
Is it possible to prevent an anchorable being docked into my documents pane? I want them to be draggable and moved around the screen, but sometimes users drag them into the documents pane which mak...
Jackiejackinoffice asked 22/8, 2014 at 10:18
2
Solved
I want to change the Metro theme color of AvalonDock. I also asked a related question on Codeplex but I didn't got an answer so far.
I identified the following XAML (source file) as the piece that...
Strong asked 8/9, 2014 at 10:55
1
I am trying to develop an AvalonDock theme that makes use of the Windows Accent Color:
https://github.com/Dirkster99/AvalonDock
see /source/Components/Xceed.Wpf.AvalonDock.Themes.VS2013 fold...
Zebra asked 15/8, 2018 at 8:26
1
I am facing the problem that I cannot open an anchorable of type X after I have loaded my old layout. This happens only when I have closed the anchorable of type X before saving the layout.
Does a...
Cathey asked 16/8, 2016 at 11:56
3
Solved
I'm using AvalonDock 2.0, and when ever I open a dock container, while on debugging mode the application crash (it works fine when running without debugging). I get the below exception:
An unhan...
Wescott asked 15/6, 2016 at 12:3
6
Solved
I'm trying to upgrade AvalonDock in a application from 1.3 to 2.0 but there exist little to no documentation on this.
I look at the simple, imported it by doing this
xmlns:avalonDock="http://aval...
Undertint asked 9/8, 2012 at 10:51
1
Solved
I've been at this for weeks...I am creating a WPF application that uses Avalon Dock 2.0 in the the Main Window. I am trying to use the Docking Manager in a MVVM way, so I have DockingManager.Docume...
Solemnize asked 15/9, 2015 at 7:36
1
I am trying to use AvalonDock in my wpf application which is an MVVM application. Looking around I could not find any sample application showing how can I do this.
AlavonDock says that it h...
Gaudette asked 1/5, 2014 at 11:5
1
Solved
I have several panes containing content that all have their ContentIds. I want to be able to find one of the panes so I can set it to the active content. Let's call that MyContentView. In a differe...
Cartesian asked 9/7, 2015 at 23:27
1
Solved
I am using AvalonDock in a project and would like to use the Anchorable Pane, but instead of the tab appearing at the bottom, I would like it to appear at the top like it does on a Document Pane. F...
Yacov asked 3/4, 2015 at 14:48
1
Solved
I've been using AvalonDock (2.0) for some time now, being key for managing documents in an IDE. In the last month or so, I've noticed that Alt key adornments are no longer showing up for controls w...
Unbeknown asked 17/11, 2013 at 22:15
0
Uses AvalonDock I don't get how to set template for binded documents?
In case i set LayoutItemTemplate it works with documents and Anchors, but i want to set only document template
<xcad:Dockin...
Dispatcher asked 21/2, 2014 at 19:19
1
Solved
When setting up AvalonDock with a set of Anchorables, for example:
<a:LayoutRoot>
<a:LayoutPanel Orientation="Horizontal">
<a:LayoutAnchorablePane>
<a:LayoutAnchorable Tit...
Cleotildeclepe asked 11/2, 2014 at 4:9
1
Has anyone managed to successfully load and save layout using dynamically injected views from Prism modules and AvalonDock?
I have a RegionAdapter for the AvalonDock DockingManager which allows me...
Darell asked 13/9, 2013 at 8:58
2
Solved
Are there any blogs or articles about using AvalonDock with Caliburn Micro MVVM?
Didn't find much when Googling
http://avalondock.codeplex.com/
edit: Got an up vote so why not update with a final...
Gingerly asked 27/1, 2013 at 10:45
1
Solved
In order to save and load my layout I followed the instructions here, but it didn't work for me.
I've got this XAML inside the MainWindow:
<StackPanel Orientation="Vertical">
<Button Co...
Anility asked 12/4, 2013 at 12:1
5
Solved
I have created an application that makes use of the AvalonDock framework. A key part is the ability to edit domain-model entities using AvalonDock.DocumentContent derived editors. I hit upon a prob...
Cherilyncherilynn asked 15/7, 2011 at 9:55
1
Solved
I have seen some questions on SO but none of them seemed applicable for me. I want to be able to use the great Avalondock 2.0 with Prism 4. However, all the sample region adapters for that is for A...
Oconnor asked 5/6, 2012 at 21:27
3
Solved
I have the following code to give a undocked floating AvalonDock window the ability to maximize:
class MaximizableDockableContent : AvalonDock.DockableContent
{
public MaximizableDockableContent(...
Selfsealing asked 27/5, 2011 at 16:58
1
Solved
I am using AvalonDock in a project to take advantage of the tool windows.
I don't have any need for Tabbed Documents and would like to disable the "Dock as Tabbed Document" context menu item when ...
Mariquilla asked 31/10, 2011 at 20:23
1
My application is build around AvalonDock, which has quite good Visual Studio 2010 skin (which is much prettier than all the other skins). Now I would like to style the rest of my application to go...
Hydrogenolysis asked 30/1, 2011 at 11:54
1
© 2022 - 2024 — McMap. All rights reserved.