gpt4 book ai didi

子元素之间有间隙的 NativeScript StackLayout

转载 作者:行者123 更新时间:2023-12-04 05:04:11 25 4
gpt4 key购买 nike

我正在使用 NativeScript StackLayout 组件来布局我的元素。

在 StackLayout 的子元素之间创建间隙的最佳方法是什么?

最佳答案

您可以在该布局的 css 中使用 margin

在你的 XML 中:

  <StackLayout>
<Label text="Hey there,"></Label>
<Label text="world!"></Label>
</StackLayout>

在你的 CSS 中:

StackLayout Label {
margin: 10;
}

关于子元素之间有间隙的 NativeScript StackLayout,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45366813/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com