Windows Phone Panorama view

Source: Internet
Author: User


<ListBox Name="ListBox_new">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="150"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="*"/>
<ColumnDefinition Width="auto"/>
</Grid.ColumnDefinitions>
<Image Name="Img_Disease" Grid.Row="0" Grid.ColumnSpan="3"/>
<TextBlock Text="Picture Name:" Grid.Row="1" Grid.Column="0"/>
<TextBlock Text="corn variety:" Grid.Row="2" Grid.Column="0"/>
<TextBlock Text="Shooting Date:" Grid.Row="3" Grid.Column="0"/>
<TextBlock Text="Shipping time:" Grid.Row="4" Grid.Column="0"/>
<TextBlock Text="Illumination:" Grid.Row="5" Grid.Column="0"/>
<TextBlock Text="Acquisition temperature:" Grid.Row="6" Grid.Column="0"/>
<TextBlock Text="Location: Grid.Row="7" Grid.Column="0"/>
<TextBlock Text="Soil nitrogen content:" Grid.Row="8" Grid.Column="0"/>
<TextBlock Text="Soil phosphorus content:" Grid.Row="9" Grid.Column="0"/>
<TextBlock Text="Soil content:" Grid.Row="10" Grid.Column="0"/>
<TextBlock x:Name="ImgName" Grid.Column="1" Grid.Row="1"/>
<TextBox x:Name="txtCorn" Grid.Column="1" Grid.Row="2"/>
<TextBox x:Name="txtDate" Grid.Column="1" Grid.Row="3"/>
<TextBox x:Name="txtTime" Grid.Column="1" Grid.Row="4"/>
<TextBox x:Name="txtIllumination" Grid.Column="1" Grid.Row="5"/>
<TextBox x:Name="txtTemperature" Grid.Column="1" Grid.Row="6"/>
<TextBox x:Name="txtSite" Grid.Column="1" Grid.Row="7"/>
<TextBox x:Name="txtContentN" Grid.Column="1" Grid.Row="8"/>
<TextBox x:Name="txtContentP" Grid.Column="1" Grid.Row="9"/>
<TextBox x:Name="txtContentK" Grid.Column="1" Grid.Row="10"/>
<TextBlock Text="LUX" Grid.Row="5" Grid.Column="2"/>
<TextBlock Text="°C" Grid.Row="6" Grid.Column="2"/>
<TextBlock Text="PPM" Grid.Row="8" Grid.Column="2"/>
<TextBlock Text="PPM" Grid.Row="8" Grid.Column="2"/>
<TextBlock Text="PPM" Grid.Row="8" Grid.Column="2"/>
</Grid>
</ListBox> 


Windows phone Panorama view


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.