How to set the Minimum Width for a Windows Store App ?

If you wanted to set the minimum width for a Windows Store App , you can use set it in the package.appxmanifest manifest file.

How to set the Minimum Width for a Windows Store App ?

1. Launch Visual Studio 2013 and open your Windows Store Project.
2. Open the package.appxmanifest manifest file from Visual Studio Solution explorer.
3. Navigate to the Application tab to find the minimum width field. Select the values from the dropdown list to change the minimum width .

image

4. Save the project .

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...