Hello,
I've a GroupView and some GroupViewItem. I want to display popup boxes on click. To locate the boxes correctly I need to retrieve the location of the clicked GroupViewItem. But the item does not inherit from CONTROL and there is no Top nor Left property.
What can I do?
Joerg