日期:2014-05-18 浏览次数:21411 次
    <Grid.RowDefinitions>
          <RowDefinition MinHeight="150" MaxHeight="330" Height="0.6*"/>
          <RowDefinition Height="Auto"/>
          <RowDefinition MinHeight="150" Height="0.4*"/>
    </Grid.RowDefinitions>
      
    <GridSplitter Grid.Row="1"
          HorizontalAlignment="Stretch"
          VerticalAlignment="Center"          
          ShowsPreview="True"
          Height="5"
        />