Dirkster99 / AvalonDock

Our own development branch of the well known WPF document docking library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PropertyChanged event is not fired for IsFloating when dragging LayoutAnchorable to float or dock

xiazeyi opened this issue · comments

The PropertyChanged event is fired for IsFloating if using the righ-click menu to float or dock a LayoutAnchorable control, but such event is not fired when dragging to float or dock.
Should I use another event?
Thanks.

I'm running into the same issue, with the added nuance that IsFloating itself isn't being set when dragging/dropping, only when using the context menu options. @xiazeyi did you happen to find a workaround?

I do not find a workaround so far.