锚布局

Posted clear-love

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了锚布局相关的知识,希望对你有一定的参考价值。

锚布局
技术图片

Item 
        id: item
        anchors.fill: parent
        Rectangle 
            id: rec
            width: 150
            height: 50
            color: "red"
            anchors.centerIn: parent
        

        Button 
            anchors.top: rec.bottom
            anchors.left: rec.left
            anchors.right: rec.right
        
    

技术图片

Button 
            anchors.horizontalCenter: parent.horizontalCenter
//            anchors.verticalCenter: parent.verticalCenter
        

技术图片

Button 
            anchors.margins: 10
            anchors.fill:parent
        

技术图片

Button 
            anchors.horizontalCenter: parent.horizontalCenter
            anchors.horizontalCenterOffset: -10
        

效果图省略

以上是关于锚布局的主要内容,如果未能解决你的问题,请参考以下文章

WinForm布局

以编程方式使用布局锚点的自动布局不起作用

编程约束 - 使用布局锚覆盖整个超级视图

锚布局

使用布局锚使自定义导航栏项居中

使用锚以编程方式设置 UITableViewCell 的布局