Boris Dachev

Results 9 comments of Boris Dachev

@XceedBoucherS now that the library is under your custom license you should go trough code and remove any mentions to Microsoft Public License (Ms-PL) as it is misleading.

Hi Guys, in our project commenting out _canClose = false in LayoutAnchorable's constructor was the solution in particular with deserialization of CanClose property. We want to be able to close...

Further to my previous post it turned out that I am wrong and reverting _canClose to true does not help. We have other issues due to the fact that the...

Hi @Dirkster99, in our fork we have similar fix for CanClose property but directly in LayoutAnchorable and LayoutContent code as it also has impact on XML serialization. I can try...

Hi @Dirkster99, As a start I just wanted to understand the reason behind adding that part to `UpdateParentVisibility()`: ``` // Element is Hidden since it has no parent but a...

Hi Dirk, sorry for delayed reply and thank you for throwing some light on it. It seems I must have missed mentioning of #28 in your previous comment. It is...

Hi Dirk, the original code in `UpdateParentVisibility()` does not change `Parent` at all. That is what our code expects and that is how I changed it in our local branch:...

Hi Dirk, sorry for not answering lately but I've been busy on other tasks. I plan to be back on AvalonDock integration in our project as part of it I...

Correct me if I am wrong but with that code you actually check the number of Hide() calls per anchorable and not the number of IsHidden property change notifications that...