gpt4 book ai didi

xamarin - 如何在可滚动的内部使用 StackLayout 制作 ContentPage?

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

这是我的代码:

<ContentPage>
<ContentPage.Content>
<StackLayout Spacing="10" Margin="20">
<Label />
<Label />
<Label />
.....
<Label />
<Label />
</StackLayout>
</ContentPage.Content>
</ContentPage>

有大量的标签,以至于它们从屏幕的尽头消失了。但是屏幕不会滚动。我怎样才能使它可滚动?

最佳答案

<ContentPage.Content>
<ScrollView>
<StackLayout>
<Label />
<Label />
<Label />
<Entry />
</StackLayout>
</ScrollView>
</ContentPage.Content>

关于xamarin - 如何在可滚动的内部使用 StackLayout 制作 ContentPage?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45878279/

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