Is it possible to get the position of an entry widget in a List View?

titled.

For instance, I have a List View showing 3 entries navigated by arrow keys. When I press spacebar, an image will appear the top of the selected entry.

So the natural solution is to get the position of the selected entry and change that of the image accordingly. But it seems to me the relevant api doesn’t support this.