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

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

    <Grid Name="gd">
        <Grid.RowDefinitions>
            <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/21/2654857.html

你可能感兴趣的文章
【bzoj2342】[Shoi2011]双倍回文
查看>>
UVA - 10559 Blocks
查看>>
移动端touch事件封装
查看>>
[导入]构建WAP应用程序开发环境
查看>>
input type="datetime-local" 时placeholder不显示
查看>>
oracle sql 行列转换
查看>>
light oj 1033 - Generating Palindromes 【LCS】
查看>>
spring.net学习(一) 搭建环境,实例化spring.net容器。
查看>>
二叉树前序、中序、后序、层次遍历
查看>>
13机器学习实战之PCA(2)
查看>>
libevent-select模型分析
查看>>
web开发过程中经常用到的一些公共方法及操作
查看>>
JZOJ.3777【NOI2015模拟8.17】最短路(shortest)
查看>>
储存过程、游标与触发器
查看>>
SQL样例
查看>>
四.使用JDBC进行批处理操作
查看>>
【C#】datetimepicker里面如何设置日期为当天日期,而时间设为0:00或23:59?
查看>>
周进度02
查看>>
POJ 2992 Divisors[组合数 因子个数]
查看>>
One Plan
查看>>