locked
Determine coordinates of gridviewitem inside of semantic zoom RRS feed

  • Question

  • I would like to determine the location on the screen of the first item inside of my GridView.  The GridView is contained within a SemanticZoom control.

    How can I get the x and y of the upper-left corner of the first item as the user moves the GridView?

    Wednesday, February 26, 2014 10:21 AM

Answers

  • The VisualTreeHelper class will find element locations.

    • Marked as answer by Anne Jing Wednesday, March 5, 2014 9:38 AM
    Wednesday, February 26, 2014 4:34 PM
    Moderator