You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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?
The
PropertyChanged
event is fired forIsFloating
if using the righ-click menu to float or dock aLayoutAnchorable
control, but such event is not fired when dragging to float or dock.Should I use another event?
Thanks.
The text was updated successfully, but these errors were encountered: