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

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

给出以下结果:

enter image description here

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