We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52182b4 commit e61f17dCopy full SHA for e61f17d
Samples/Toolkit/WP8/ModelRendering.DrawingSurface/MainPage.xaml
@@ -13,6 +13,9 @@
13
SupportedOrientations="Portrait" Orientation="Portrait"
14
shell:SystemTray.IsVisible="False">
15
16
- <DrawingSurfaceBackgroundGrid x:Name="DrawingSurface" />
+ <!--LayoutRoot is the root grid where all page content is placed-->
17
+ <Grid x:Name="LayoutRoot" Background="Transparent">
18
+ <DrawingSurface x:Name="DrawingSurface" />
19
+ </Grid>
20
21
</phone:PhoneApplicationPage>
0 commit comments