Grid generation (C# UWP)
问题 I'm new in UWP programming. And have some question. I have JSON with data (orders). There are some count of orders. I need to generate Grids with Text fields. Now I have xaml like this: <StackPanel Height="1020" Width="350" BorderBrush="#FFFDFCFC" BorderThickness="0,0,1,0"> <Grid Height="204" BorderBrush="#FFFBF8F8" BorderThickness="0,0,0,1"> <TextBlock x:Name="date1" HorizontalAlignment="Left" TextAlignment="Center" TextWrapping="Wrap" Text="" VerticalAlignment="Top" Width="350" Height="50"