我想在Xamarin.Forms中创建字符串的ListView,但我不知道如何在documentation中做到这一点。<ListView.ItemTemplate> <TextCell>--How to customize this textcell with the content of the array?-->
</TextCe
我想创建一个包含一组固定顶级节点的树,但在打开每个节点时,都会从服务器动态检索数据。我已经找到了AsyncDataProvider类来帮助我,但是我在弄清楚如何用一组初始值预先填充数据模型时遇到了麻烦。我有这个代码(不工作) ..。TextCelltextCell = new TextCell();
final CellList<String> cellList = new CellList<String</em