dotMorten / WinUIEx

WinUI Extensions
https://dotmorten.github.io/WinUIEx
MIT License
602 stars 38 forks source link

Added MoveTo method #22

Closed AlexanderBlackman closed 10 months ago

AlexanderBlackman commented 2 years ago

Added MoveTo method to move without resizing:

Added a CentreOn method to centre tthe window on a point.

This does not contain any way to move to a specific monitor, as that is beyond my current programming knowledge. I have no idea how to get a HMonitor array from EnumDisplayMonitors.

Nothing has been deleted, I added a scrollviewer to the second column of the example app, which made github think the entire enclosed stack panel is new.