gpt4 book ai didi

c# - Xamarin.Forms 中的水平 ListView

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

如上标题所述,我想在 xamarin.forms 中创建水平 ListView

但是我找到的解决方案和例子并不是我想要的那种水平列表。

我偶然发现的每一篇文章,项目都是这样排列的

item1____item2____item3____item4____item5

我想做的是这样的

item1___item2
item3___item4
item5___and so on

在windows phone中我们可以这样做

<ListBox.ItemsPanel> 
<ItemsPanelTemplate>
<toolkit:WrapPanel ItemWidth="222" ItemHeight="100"/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>

现在,是否可以在 xamarin.forms 中创建类似的东西?

最佳答案

据我所知,在 Xamarin Forms 中没有直接实现这样的东西。但是有一个来自 Daniel Luberda 的 FlowListView 控件。也许这就是您想要的:

enter image description here

https://github.com/daniel-luberda/DLToolkit.Forms.Controls/tree/master/FlowListView/

关于c# - Xamarin.Forms 中的水平 ListView ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34393684/

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