如何在Xamarin.Forms中的ListView中获取Image的X和Y位置?

时间:2017-11-14 13:44:30

标签: listview xamarin.forms position

我需要在点击tooltip popup内的图片时显示listview。为此,我创建了一个绝对布局页面,并在绝对布局中添加了listview和弹出布局。然后,我尝试使用Position of the Image inside a listview将弹出式布局放置在图像下方。

但是图像X位置返回一些值但Y值始终返回0.

2 个答案:

答案 0 :(得分:1)

There's a handy NuGet package called MR.Gestures that provides (among other things) X- and Y- screen coordinates of a tap location.

答案 1 :(得分:0)

我们可以通过关注此链接Getting X and Y coordinates中的代码来实现此目的,但同样不会给出屏幕X& Y位置。