Dirkster99 / AvalonDock

Our own development branch of the well known WPF document docking library
Microsoft Public License
1.39k stars 318 forks source link

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

Open xiazeyi opened 6 months ago

xiazeyi commented 6 months ago

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.

Chumba commented 5 months ago

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?

zeyixia commented 4 months ago

I do not find a workaround so far.