码迷,mamicode.com
首页 > Windows程序 > 详细

Docking Windows Phone controls to the bottom of a StackPanel

时间:2014-09-10 07:16:19      阅读:249      评论:0      收藏:0      [点我收藏+]

标签:blog   io   ar   div   log   on   c   ad   ef   

<Grid>
    <Grid.RowDefinitions>
        <RowDefinition Height="*" />
        <RowDefinition Height="Auto" />
    <Grid.RowDefinitions>
    <StackPanel>
        <TextBlock />
        <TextBlock />
    </StackPanel>
    <UI:AdControl Grid.Row="1"/>
</Grid>

  

Docking Windows Phone controls to the bottom of a StackPanel

标签:blog   io   ar   div   log   on   c   ad   ef   

原文地址:http://www.cnblogs.com/MinieGoGo/p/3963675.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!