【发布时间】:2015-10-29 14:50:17
【问题描述】:
我需要在 2 列中显示 10 张图像。我看到了ImageGallery.cs in XLabs,但它不完整,渲染器是 404。
图像位于List<Image> 中,其中包含string imageURL 和其他一些属性。我想过将两个 ListView 并排放置,但这似乎很愚蠢。
我使用的是ViewModel,所以我想绑定列表而不是一一添加
【问题讨论】:
标签: xaml listview binding xamarin.forms xamarin.forms.labs