Xamarin.Forms中的ControlTemplate在内容页面的listView中打破命令

时间:2017-02-01 16:42:11

标签: listview xamarin.forms controltemplate eventtocommand

Xamarin.Forms

我正在使用 ControlTemplates ,如this article中所述。

创建controlTemplate毫不费力,应用它甚至绑定它也是如此。问题是虽然大多数绑定仍然在我的ContentPage中工作,但我的ListView中的 EventToCommand已经破坏(点击不再调用该命令)。

你之前见过这个吗?这是一个已知的问题吗?有修复吗?

谢谢! 杰西

1 个答案:

答案 0 :(得分:0)

我已经确定,当使用模板时, ItemSelected事件永远不会触发。我将提交错误报告。