New Post: DocumentsSource & Order
the problem was that LayoutDocumentPanes are created and disposed at runtime as the user arrange the layout, also can happen that there will be more than one LayoutDocumentPane. For example if you drop...
View ArticleCreated Issue: [Build 2.0.0954] Notification about hiding Anchorable controls...
Hi,there is an event or something like that missing which should be thrown when hiding an anchorable control or window. Currently there is no way to find out if an control is hidden or not.
View ArticleCommented Issue: [Build 2.0.0954] Notification about hiding Anchorable...
Hi,there is an event or something like that missing which should be thrown when hiding an anchorable control or window. Currently there is no way to find out if an control is hidden or not.Comments: **...
View ArticleNew Post: How can I set the active Anchorable in a LayoutAnchorablePane?
The DockingManager has the excellent "ActiveContent" property, that is used to get and set the current document. But there is no such thing (that I can see) for an Anchorable. I can kind of see why....
View ArticleNew Post: How can I set the active Anchorable in a LayoutAnchorablePane?
IsSelected property returns a value indicating if the Anchorable is selected inside its container. Set it to true and you have done, ado
View ArticleNew Post: How can I set the active Anchorable in a LayoutAnchorablePane?
Thanks Ado. I also realized from this discussion that the ActiveContent is not specific to the current document. You can set it for an anchorable or a docuement and it will activate it. That works...
View ArticleSource code checked in, #92531
Build 2.0.0958 - Added CanFloat to LayoutItem, minor reworks
View ArticleCreated Issue: [Version 2.0] LayoutFloatingWindow ContextMenu of...
I need to hide the ContextMenu for the LayoutAnchorable and for the LayoutDocument. I have setted the properties of the DockingManagerAnchorableContextMenu="{x:Null}" DocumentContextMenu="{x:Null}"this...
View ArticleNew Post: [Version 2.0] Multiple anchorable regions
netstep, would you mind sharing your solution? I've been working on the same problem for WAY TOO LONG. I've come from Infragistics, and quite confused with AvalonDock.
View ArticleNew Post: [Version 2.0] Multiple anchorable regions
To michaeldjackson: Sure, but it's just a compilation of three previous posts. would you like, I post my code here, or send you email with the project attached (need e-mail in this case)? Â
View ArticleCommented Issue: AvalonDock.TestApp null exception [15239]
Run AvalonDock.TestApp, click add 2 documents button. go to left to pin created window. go to document area, click document2 , an exception is thrown at:LayoutAnchorGroupControl: line 75: var manager =...
View ArticleCommented Issue: AvalonDock.TestApp null exception [15239]
Run AvalonDock.TestApp, click add 2 documents button. go to left to pin created window. go to document area, click document2 , an exception is thrown at:LayoutAnchorGroupControl: line 75: var manager =...
View ArticleCommented Issue: AvalonDock.TestApp null exception [15239]
Run AvalonDock.TestApp, click add 2 documents button. go to left to pin created window. go to document area, click document2 , an exception is thrown at:LayoutAnchorGroupControl: line 75: var manager =...
View ArticleCommented Issue: AvalonDock.TestApp null exception [15239]
Run AvalonDock.TestApp, click add 2 documents button. go to left to pin created window. go to document area, click document2 , an exception is thrown at:LayoutAnchorGroupControl: line 75: var manager =...
View ArticleCreated Issue: [Build 2.0.0958] IsActive/IsSelected not updated [15288]
I tried to bind the IsActive and IsSelected from LayoutItem to my model using LayoutItemContainerStyle.The getter of both properties is accessed, so I assume the binding is working, but the setter is...
View ArticleSource code checked in, #92617
Build 2.0.0992 - Fixed context menu not showing on floating windows, Navigator window theme and behavior improved
View ArticleCommented Issue: [Version 2.0] LayoutFloatingWindow ContextMenu of...
I need to hide the ContextMenu for the LayoutAnchorable and for the LayoutDocument. I have setted the properties of the DockingManagerAnchorableContextMenu="{x:Null}" DocumentContextMenu="{x:Null}"this...
View ArticleCommented Issue: [Build 2.0.0958] IsActive/IsSelected not updated [15288]
I tried to bind the IsActive and IsSelected from LayoutItem to my model using LayoutItemContainerStyle.The getter of both properties is accessed, so I assume the binding is working, but the setter is...
View ArticleNew Post: [Version 2.0] Integrating with Caliburn.Micro
Sorry for the late response, I had not noticed your reply. Thank you for the link, but as you wrote it is a bit old: I see it uses an ItemsControl bound to the viewmodels (screens) with an...
View Article