【发布时间】:2018-10-09 10:44:14
【问题描述】:
我想通过索引在 xamarin 表单中获取列表视图的 Viewcell(视图),我尝试了很多如下代码
var myViewCellList = mListView.ItemTemplate.values;
//this return Dictionary with 0 elements
它可能看起来像
var view = mListView.ItemTamplate[index];
【问题讨论】:
-
您想要访问 ViewCell 或绑定到 List 的对象?
标签: c# xamarin xamarin.forms