I have a panorama application with a backgrond image if 800×1000 in size. I cannot make it to move when I browse the various pages in the application. Why is that? How can I make it move when I change the page?
This is how is set the image:
<ImageBrush ImageSource="Images/grass.1000x800.JPG" Stretch="None"/>
You shouldn’t need to do anything to make it move or set the
Stretchproperty. Just set the image to be the Background for the Panorama.