James Pack

Results 53 comments of James Pack

Yep. Give me a few mins. I'll push a branch and link it here.

Here you go. https://github.com/jamespack/IsMaximizableBug

Thanks for the material. I was able to get it working by setting an empty custom titlebar and setting its ExtendsContentIntoTitleBar property to true. Thats a hack though. Id still...

With a hopefully improved AppWindow API :)

The entire window/title bar api is kind of messy. I know it's still relatively early. So hoping that improved over time. Over all super excited about Windows Apps and the...

![image](https://github.com/user-attachments/assets/470bb7a4-91b1-4e81-a9f5-80c8eb4dd0c4)

That's a good idea. Thanks for the feedback! I will investigate.

@PankajBhojwani is this what you had in mind? I pushed to the branch. It still supports select with the cursor and ctrl+c/ctrl+v. But now on right click we simply show...

@zadjii-msft Im struggling with the edge case. Works fine if you `SummonWindow` `InPlace`. But as soon as you try to `ToCurrent` the dialog closes. Ive tried using deferrable event args...