This is a rendering problem, one way to fix this is to change the opacity of your applicationbar
<shell:ApplicationBar IsVisible="True" Opacity="0.99">
When I had the same problem, I thought that I needed to fix it WITHOUT changing the application bar. So I went through the whole page and it looks like I had a lot of controls that were built into my panorama, but this was not a direct child of the layout’s root grid, so this caused a problem.
Let me know how this happens (:
source share