Docking Windows Phone controls to the bottom of a StackPanel

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

  

posted @ 2014-09-10 06:47  MinieGoGo  阅读(124)  评论(0编辑  收藏  举报