HEIC to JPEG
HEIC to JPEG
Not all applications should be resisable; for example, message/notification windows, modal windows that ask a question/user input, picture in picture (MS say thay should be a set size/ratio), video output...
Having the extra properties makes it more flexible. I may want a window to be adjusted, but within limits, for example, showing images up to 1:1 ratio but not beyond.
IsResizable doesn't prevent the Maximize of the window, which in effect, changes the window size. I forgot to mention, the IsMaximizable doesn't work as far as I can tell.
So I created a new app to test. if you add the packages to the main app, it seems to work, but as soon as I move them to a...
I run visual studio on an x64 machine and then side load to the windows machine with remote debugging.
@sourcechord, I just wanted to say thanks for the work you put in, it's very much appreciated.
I'd add that hot reload and live visual tree are not a replacement as they require the app to be compiled, launchable. If I'm working on an app, I have...
2nd this - no IDE visual editor and you can't use all the features of XAML if you use hot reload.
SDK 1.4 - My apps crash with InfoBar, even when not using the "Single File Option"
Perfect, thank you