SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.99k stars 214 forks source link

WebWindow Size & Positioning #35

Closed grahamehorner closed 4 years ago

grahamehorner commented 4 years ago

Please consider adding support for changing/setting height/width and top/left of the WebWindow as well as z-ordering of the WebWindow.

It would also IMHO be good to have support for multi-monitor so to open WebWindow on a given monitor

SteveSandersonMS commented 4 years ago

This was implemented in #31

(Not the multi-monitor part though)