New Post: Does Avalon Dock Have to Host Documents?
The content of any window in the AvalonDock library is just an object. So, yes it can be a display for adding a new user if that's what you need.
View ArticleNew Post: Does Avalon Dock Have to Host Documents?
FallLine: Thanks for confirming that for me. I posted the question and followed the tutorial inasmuch as adding the content where I branched off and did my own thing. Anyone have any experience with...
View ArticleNew Post: Does Avalon Dock Have to Host Documents?
It's hard to say as every application is different. For me I've used AvalonDock in a couple of different applications, one which is very document driven, another which doesn't contain any documents at...
View ArticleCreated Issue: [Version 2.0] Floating Windows not disposed when changing...
Create 2 different layouts that each contain a floating window. When the application loads, load the first layout, then load the second layout, then close the application. There should be a...
View ArticleNew Post: Dockable Templates
Forgive me if this has already been answered, but browsing through both the documentation and the discussion list didn't bring me any insight unfortunately... Is there a way to design sort of...
View ArticleNew Post: How to implement SDI using MVVM?
Hi guys, Wanted to ask if someone knows how to create a Single document interface using MVVM pattern and AvalonDock. I need to create an interface which will contain some auto-hiding tool windows and...
View ArticleCreated Issue: [Version 2.0] Dropping a FloatingWindow with multiple...
Steps to reproduce:- Create a window with a single LayoutDocument and 3 LayoutAnchorables. - Dock one LayoutAnchorable to the side of the DockingManager (in a LayoutAnchorablePane).- Drag the other two...
View ArticleNew Post: How to implement SDI using MVVM?
Peace, I'm not quite sure I've got this right, but in your example you only want to have a single viewport in the LayoutDocumentPane at any time. As far as I know, there isn't a way to stop a user...
View ArticleNew Post: [Version 2.0] LayoutContent.IsActive property gets out of sync when...
Ado, I have an issue where the IsActive property on the LayoutContent is not always correct after loading a layout. This is due to the ActiveContent property changing, which tries to set the IsActive...
View ArticleNew Post: ControlTemplate for DocumentContent
Hello, i would like to use my own class derived from DocumentContent with an individual ControlTemplate. So i create a ResourceDictionary which defines a style for setting the ControlTemplate. Then i...
View ArticleNew Post: [Version 2.0] How to restore layout?
Hi, I have some panels and a method SaveLayout which is called on main window Closed event. This method's logic is copy-pasted from AvalonDock.TestApp. I wanted to restore layout when Loaded event...
View ArticleCommented Issue: [Version 2.0] Dropping a FloatingWindow with multiple...
Steps to reproduce:- Create a window with a single LayoutDocument and 3 LayoutAnchorables. - Dock one LayoutAnchorable to the side of the DockingManager (in a LayoutAnchorablePane).- Drag the other two...
View ArticleNew Post: [Version 2.0] LayoutContent.IsActive property gets out of sync when...
Yes, you're right. I've added the XmlIgnore attribute to the IsActive property, Thanks,Ado
View ArticleNew Post: [Version 2.0] How to restore layout?
Layout serialization is not yet supported when using the DocumentsSource/AnchorablesSource property (MVVM scenario).I'm working on this and I hope to release this feature by the end of next week....
View ArticleNew Post: [Version 2.0] How to restore layout?
Thanks Ado. I will wait for that release
View ArticleCommented Issue: [Version 2.0] Floating Windows not disposed when changing...
Create 2 different layouts that each contain a floating window. When the application loads, load the first layout, then load the second layout, then close the application. There should be a...
View ArticleCommented Issue: Unhandled Exception [14815]
Using 89300 changeset, an Exception occurs on Line 136...PreviousContainerIndex = (Parent as ILayoutContentSelector).SelectedContentIndex;Replication steps...1. Open MVVM sample2. Click push pin icon...
View ArticleSource code checked in, #89595
Build 2.0.0397 - Issues #14847,#14849,#14815. Started theming support.
View ArticleNew Post: [Version 2.0] Themes!
Hi Ado! Is this how you anticipate themes will work in 2.0? <Window.Resources> <local:ActiveDocumentConverter x:Key="ActiveDocumentConverter"/> <avalonDockThemes:VS2010Theme...
View Article