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

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

 <Grid IsSharedSizeScope="True">

        <Grid.ColumnDefinitions>

            <ColumnDefinition Width="auto" SharedSizeGroup="myGroup" />

            <ColumnDefinition />

            <ColumnDefinition  SharedSizeGroup="myGroup" />

        </Grid.ColumnDefinitions>

       

        <Label Grid.Column="0" Background="Red"

               HorizontalContentAlignment="Center" VerticalContentAlignment="Center">1</Label>

       

        <GridSplitter Grid.Column="0" Width="5" />

        <Label Grid.Column="1" Background="Orange"

               HorizontalContentAlignment="Center" VerticalContentAlignment="Center">2</Label>

        <Label Grid.Column="2" Background="Yellow"

               HorizontalContentAlignment="Center" VerticalContentAlignment="Center">3</Label>

    </Grid>

 

转载地址:http://vrbzl.baihongyu.com/

你可能感兴趣的文章
Linux中用户组和用户所在文件
查看>>
捷配pcb极速制造
查看>>
Hive系列之HSQL转换成MapReduce过程
查看>>
Windows cannot find the local profile and is logging you on with a temporary profile
查看>>
oracle教程之oracle动态采样(一)
查看>>
我的友情链接
查看>>
PHP数组函数
查看>>
vue+typescript入门学习
查看>>
我的友情链接
查看>>
我的友情链接
查看>>
linix下的php源码安装
查看>>
php session阻塞页面分析及优化
查看>>
HTTP状态码
查看>>
使用log4net配置相关信息
查看>>
Linux系统编程笔记
查看>>
jQuery.noConflict() 方法—— jquery库与其他库冲突的问题解决
查看>>
linux下inet_ntoa(包括inet_ntop)和printf的使用问题
查看>>
关于Linux 中getopt_long的用法
查看>>
【吾日三省吾身】2015.6.06-涅槃行动第十九天
查看>>
我的友情链接
查看>>