Dirkster99

Results 70 comments of Dirkster99

Yeah, I guess we should undo the obsolete then and provide both versions at least for some time but it would still be great if we could provide a few...

@X39 Can you complete the demo and remove the obsoletes so we can get this released, please? @eriove Maybe you can help with some async demo code in 2-3 of...

Hey @X39 I looked at the `MVVMTestApp` sample but it does not work because: 1. the Window Unloaded event never fires - and so 2. the .\AvalonDock.config file is never...

Mhh, I am confused because I assumed the sample that you added was a proper async serializer :-(

I was referring to you saying this previously: > I am actually not sure why that null reference exception is happening and sadly cannot reproduce it either > probably best...

@LeoYang-Chuese Can you please attach a re-producable zip code container to this issue?

Hi, I am not sure I am understanding your question. ### The current version of `LayoutAnchorable.UpdateParentVisibility()` is this: ```C# private void UpdateParentVisibility() { // Element is Hidden since it has...

I realized that I've been missing a step in the history of the `LayoutAnchorable.UpdateParentVisibility()` method so I've added this step now in the above history. Its quit possible that the...

Hi Boris, thanks for your feedback. But would your problem not be solved if we set: // Element is Hidden since it has no parent but a previous parent if...

Hi Boris, whether to Hide or to Close is actually an interesting question. I came across the same in [issue #71](https://github.com/Dirkster99/AvalonDock/issues/71#issuecomment-611158651) where I am thinking that **Hide** is more appropriate...