博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Grid 布局
阅读量:6979 次
发布时间:2019-06-27

本文共 464 字,大约阅读时间需要 1 分钟。

<Grid Name="gd"  >

        <Grid.RowDefinitions >
            <RowDefinition ></RowDefinition>
            <RowDefinition ></RowDefinition>
            <RowDefinition ></RowDefinition>
            <RowDefinition ></RowDefinition>
            <RowDefinition ></RowDefinition>
            <RowDefinition ></RowDefinition>
        </Grid.RowDefinitions>
        <Grid.ColumnDefinitions>
            <ColumnDefinition></ColumnDefinition>
            <ColumnDefinition></ColumnDefinition>
        </Grid.ColumnDefinitions>
    </Grid>

转载于:https://www.cnblogs.com/secbook/archive/2012/08/24/2654940.html

你可能感兴趣的文章
我的友情链接
查看>>
docker 数据卷与容器卷
查看>>
2011-11-27
查看>>
linux下挂载硬盘
查看>>
C 语言 和 C++语言的对比学习 二 数据类型
查看>>
1.0 封装后的布局成本
查看>>
马哥2-3
查看>>
zookeeper集群环境搭建
查看>>
MySQL索引背后的数据结构及算法原理【转】
查看>>
用户登录
查看>>
类似ngnix的多进程监听用例
查看>>
维护学习的一点体会与看法
查看>>
corosync+pacemaker+crm简单配置
查看>>
easy installation booster system——stream
查看>>
安装flash
查看>>
Spring注解注入
查看>>
物联网设备僵尸网络趋势分析
查看>>
KVM之安装虚拟机
查看>>
docker之基础
查看>>
whoosh学习(1)
查看>>