我有一个带有绑定(bind)模板的ListView。我有一个PlotModels列表,我用它来绑定(bind)到ListView。我的PlotView位于模板内,我将PlotModel绑定(bind)到PlotView。Android中的一切运行顺畅。但问题是我收到错误消息“PlotModel已被其他PlotView控件使用。”。当我尝试在IOS上运行它时。//我的内容页publicMyConstructor(){Listcharts=newList();charts.Add(newMyChart{PlotModel=PlotModel1});charts.Add(newMyChart