Windows-Apps-Hub / UnitedSets

Bringing back Sets and Browser
https://www.microsoft.com/store/apps/9N7CWZ3L5RWL
MIT License
232 stars 10 forks source link

[Bug] Cell Resizer in CellVisualizer and DragAnywhere conflict #48

Open mitchcapper opened 1 year ago

mitchcapper commented 1 year ago

I like the drag anywhere option for the window but the normal way it determines if it is handled or not doesn't work with EzRelativeStackPanelResizer. I don't think from the sender or originalSource we can figure out if it is the EzRelativeStackPanelResizer. I think a better option would be to tap into the resize event and disable the DragAnywhere in trans_manager as long as drag is happening on the resizer.

I tried tapping the DragStarting and DropCompleted events on the relative stack panel but neither fired. I am not sure if we need a new event or the best option for this.