In my WPF application I want to display items on a map, but since the map is rather large, it is scrollable.
My questions are:
* How do I display an image on top of my map?
* How do I make sure that when the map is scrolled, the items scrolls too?

Thanks in advance....