[Winodows Phone 7控制項詳解]Silverlight toolkit for Windows Phone 7.1控制項-3

來源:互聯網
上載者:User

2.ToggleSwitch

這個開關控制項,是windows phone7專屬的,Silverlight 沒有實現這個控制項。這個控制項有兩個狀態Checked 和Unchecked。

<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
<toolkit:ToggleSwitch Header="ToggleSwitch" Height="121" HorizontalAlignment="Left" Margin="74,74,0,0" Name="toggleSwitch1" VerticalAlignment="Top" Width="266" IsChecked="True" Checked="toggleSwitch1_Checked" Unchecked="toggleSwitch1_Unchecked" />
<toolkit:ToggleSwitch Header="ToggleSwitch" Height="116" HorizontalAlignment="Left" Margin="74,201,0,0" Name="toggleSwitch2" VerticalAlignment="Top" Width="266" />
</Grid>

 3.WrapPanel

包含在容器裡的元素從左至右從上到下依次安排位置,並且會自動換行,用法和silverlight一樣的。

<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
<toolkit:WrapPanel Height="280" HorizontalAlignment="Left" Margin="86,82,0,0" Name="wrapPanel1" VerticalAlignment="Top" Width="343">
<Image Width="100" Height="100" Source="Images/log.jpg"/>
<Image Width="100" Height="100" Source="Images/log.jpg"/>
<Image Width="100" Height="100" Source="Images/log.jpg"/>
<Image Width="100" Height="100" Source="Images/log.jpg"/>
<Image Width="100" Height="100" Source="Images/log.jpg"/>
<Image Width="100" Height="100" Source="Images/log.jpg"/>
</toolkit:WrapPanel>
</Grid>

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.