【发布时间】:2019-03-09 21:08:19
【问题描述】:
我有一个包含 2 列的网格和填充有图像的网格。点击时如何获取图像在网格中的位置?
<Grid.GestureRecognizers>
<TapGestureRecognizer Tapped="TapGestureRecognizer_Tapped"
</Grid.GestureRecognizers>
private void TapGestureRecognizer_Tapped(object sender, EventArgs e)
{
}
【问题讨论】:
标签: xamarin xamarin.forms