I have only managed to solve this by explicitly setting the width or height. So if you know the image is 48 pixels high do like this:
<Image Source="myImage.png" Height="48" UseLayoutRounding="True"/> I have only managed to solve this by explicitly setting the width or height. So if you know the image is 48 pixels high do like this:
<Image Source="myImage.png" Height="48" UseLayoutRounding="True"/>