This is for windows phone UWA, how do i set a specific window size for application? like when i open the application, i dont want a FULL SCREEN application, i want a small application that is not taking the entire phone screen, what kind of solution am i looking at?
What did i try? this: How to set fixed window size for Universal Windows Application
i tried others too and still couldnt get it
ApplicationView.PreferredLaunchViewSize = new Size(100, 100);
ApplicationView.PreferredLaunchWindowingMode = ApplicationViewWindowingMode.PreferredLaunchViewSize;
tried this too
All apps are full-screen on Windows Phone; the preferred window size is for the Desktop OS.