Open
Description
I am asking this more out of curiosity. The Print UI window is modeless which means I can resize the parent window.
But, when you resize the parent the preview does not update to match the new window sizes.
The way I see it:
- Leave it as it is - tough - not nice!
- Handle the window size changing in WebView2 and update the display - sensible option.
- Allow us to invoke the Print UI as model so that the user can't resize the parent window.
Personally I think that option 2 is the best. Has this issue been considered before?