I started my project with the usual grid "LayoutRoot" containing grid "MapGrid" and everything seemed to work as expected. I then added another grid between the first two so that grid "LayoutRoot" contains grid "MainGrid" which contains grid "MapGrid". This was done so that I could wrap the entire window in a ScrollViewer. Now for some reason which I cannot figure out, I cannot pan the map, either initially upon load or after clicking the toolbar pan icon. Can someone help me figure out what happened and how to fix it?
Actually, it seems to be the scrollviewer that is the problem, cause when I comment it out, it returns to expected operation.
Thanks