标签: data-binding xamarin.forms datatemplateselector itemtemplateselector
我已经创建了一个模板选择器,并且我使用ffimage来缓存图像。绑定到listView的模型有一个我需要绑定到图像源的图像URL列表。我将图像绑定为
postImage.SetBinding(CachedImage.SourceProperty, new Binding("image_url[0].media_url"));
有时这会有效,有时错误会出现在TargetInvocationException中,而且我无法找到,此异常即将发生,但当我删除绑定时,错误就会消失。