I'd like to add to the user the possibility to add just "tile wide" and desactivate all off the rest. On right click button on the application and choose "resize" we just find "wide size".
ps: I add a tile onClick on a button
Thanks.
In UWP, the recommended approach is to adapt the size of the tiles with different ratios, rather than limiting the ratio of tiles.
Users can freely adjust the tile size according to their needs. The application can set the initial scale of the tile, but it cannot prevent the user from changing the scale.
For UWP applications, the tile will provide four options, and traditional win32 applications, if there is no special adaptation, only two options are available.