I have strange problem. I can't set background for my page in metro app. Below is a simple view of my xaml structure <Page Background="White"> <ListView Background="Red"> </ListView> </Page> The problem is that the background of the page is black. So I have red rectangle (ListView area) set on black background. I want my page to be white. I saw few examples and it seems that I did good. I've also