Open the file Page.xaml
, find the Grid
with the x:Name “LayoutRoot” and replace it with a StackPanel
(with the same x:Name)
2
solved Using explicit type conversion in C#
Open the file Page.xaml
, find the Grid
with the x:Name “LayoutRoot” and replace it with a StackPanel
(with the same x:Name)
2
solved Using explicit type conversion in C#