使用视图列表填充列表视图

时间:2018-04-01 15:58:26

标签: xamarin xamarin.forms

我创建了一个自定义视图列表Tickets,我从中提取了View个对象。代码:

<ContentPage>
    <ListView ItemsSource="Tickets"/>
</ContentPage>

给出以下结果:

enter image description here

我看到ToString()正在插入此处,我实际上希望将视图插入自身插入。 使用当前版本的xamarin是否可以实现这一目标?

0 个答案:

没有答案