New Post: [Version 2.0] Detect visibilty
Oh sorry, I think I misunderstood your question...But maybe UIElement.Visibility works in your case.
View ArticleNew Post: [Version 2.0] Focus and buttons
Hi,having the same problem. Is there any solution for this focus problem?
View ArticleNew Post: [Version 2.0] Detect visibilty
Hmm, Visibility might work, wasn't sure if an element even existed if wasn't shown since components used in the datatemplate of the element get recreated as soon as they show up. But it might, not sure...
View ArticleCreated Issue: LayoutAnchorable not highlightable after being put in an empty...
1. Run MVVMTestApp2. Before doing anything else, drag the FileStats anchorable into the empty LayoutDocumentPane above3. Try to select it by clicking its title bar (not possible, at least it is not...
View ArticleCreated Issue: Theme not applied [15969]
I use the DockingManager in my MainWindow. The DockingManager's Theme is bound to a property.If i insert a ResourceDictionary-Reference in the App.xaml-Resources, the theme does not get loaded. ```XAML...
View ArticleCommented Issue: LayoutAnchorable not highlightable after being put in an...
1. Run MVVMTestApp2. Before doing anything else, drag the FileStats anchorable into the empty LayoutDocumentPane above3. Try to select it by clicking its title bar (not possible, at least it is not...
View ArticleCreated Issue: [Version 2.0] IsSelected [15973]
IsSelected doesn't change in the ViewModel, but the DependencyProperty does change in the LayoutItem.The issue also exists in the MVVM Sample, but i haven't tracked down the reason yet.
View ArticleNew Post: Close button visibility
Hi,I have been using AD since more than 2 years and have been so far pleased with it. So good work and keep going.Now I write touchscreen application and there is one thing really frustrating for the...
View ArticleCreated Issue: Memory leak with Prism's InteractionRequestTrigger [15974]
I've got a memory leak with Prism's InteractionRequestTrigger and AvalonDock's deserialize operation.When I do deserialize, DockingManager's Layout property is replaced and views in old one still hold...
View ArticleNew Post: finding the layoutdocument with IsLastFocusedDocument==true
HiI have a LayoutDocumentPane and I need to track the contained layoutDocument that has focus (IsLastFocusedDocument==true) when ever it changes. The method should also work when the layoutdocuments...
View ArticleNew Post: [Version 2.0] Focus and buttons
Hi all,after some time of investigation I found the problem. It is caused inside of theFocusElementManager class in Method SetFocusOnLastElement. If I comment out line number 158 the focus problem...
View ArticleCommented Issue: Memory leak with Prism's InteractionRequestTrigger [15974]
I've got a memory leak with Prism's InteractionRequestTrigger and AvalonDock's deserialize operation.When I do deserialize, DockingManager's Layout property is replaced and views in old one still hold...
View ArticleCreated Issue: [Version 2.0] Focus problem with buttons [15976]
Hi all,it seems that there is an general problem with setting the focus on controls. If you can have a look on this disussion: http://avalondock.codeplex.com/discussions/428054 you will find a small...
View ArticleNew Post: [Version 2.0] Focus and buttons
Hi all,I also had some issues with this where in my app a tree view in one of the anchorable keeps documents as nodes. When active document changed from the tabs the selected node in tree view changes....
View ArticleCommented Issue: [Version 2.0] Focus problem with buttons [15976]
Hi all,it seems that there is an general problem with setting the focus on controls. If you can have a look on this disussion: http://avalondock.codeplex.com/discussions/428054 you will find a small...
View ArticleCommented Issue: [2.0] First serialization takes up tp 5-10 sec, almost...
<p>Extremely slow first serialization due to dynamic assembly generation by XML serializer.</p>Comments: ** Comment from web user: zebrajap ** I have implemented deserializing inside the...
View ArticleNew Post: [Version 2.0] LayoutAnchorableItem.AutoHideWidth is not given
I want to change the default AutoHideWidth but it cannot be changed either in xml or in ILayoutUpdateStrategy implementation. Is there a way to change this ?
View ArticleNew Post: [Version 2.0] Detect visibilty
Hi Stino,I have the same problem you have.IsSelected property works well on docked documents, when a documents is in floating state then its state is always:IsSelected = trueThis means that you have to...
View ArticleNew Post: [Version 2.0] How to restore layout?
Has this feature been implemented yet? If so, is there a working example someone can post? Thanks.
View Article