tool 工具包

toolkit 扩展包,学习Siliverlight常常感觉狗咬刺猬-无处下载,这些simple就是一步一步前进的阶梯。

http://silverlight.codeplex.com/releases/view/43528

UserControl中定义窗体的高度为600,窗体回跳到浏览器下方,应该在接下来的Grid模块中定义。

代码如下

<UserControl x:Class="EvidenceTidyApp.Test4"
    xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
    xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
    xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
    xmlns:sdk="http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk"
    mc:Ignorable="d"   VerticalContentAlignment="Top" VerticalAlignment="Top">
    <Grid x:Name="LayoutRoot" Background="White" Height="600" VerticalAlignment="Top"  >

    </Grid>
</UserControl>

posted on 2010-10-14 09:12  hl3292  阅读(376)  评论(0编辑  收藏  举报