Trying to display a panel over map. Content in layers below GraphicsView is showing If GraphicsView opacity is set to any value less than 1.
Windows 7 Fuse version 0.30.0 (build 8529). Checked only in Android. Device preview and Export build same result
<App>
<ClientPanel>
<NativeViewHost>
<StackPanel>
<Button Text="Button 1" />
<Rectangle Height="50" Color="#f00" />
<GraphicsView >
<StackPanel>
<Button Text="Button 2" />
<Rectangle Height="50" Color="#0f0" />
</StackPanel>
</GraphicsView>
<Rectangle Height="50" Color="#00f" />
</StackPanel>
</NativeViewHost>
</ClientPanel>
</App>