I try to make the switch tile not so high. only 60*150 so it fits better. I can`t find out how to get the background smaller. It,s still seems to be 157.
Where do I adjust it?
Adjust the background color?
Is this a custom page with a DeviceBrowser
?
If so, that control has a TileHeight property you can adjust. If it’s using the built-in layouts, you cannot adjust the height. That’s currently a fixed size.
To change the tile background color you can update the TileBackgroundBrush
in the Resources.xaml file.
Thank,s.
That was the solution. I thought it was just the tile I have to change, not the device browser.