In Windows phone, how do I find the VerticalOffset of a button? I have a ScrollView with a bunch of content. I want to use ScrollViewer.ScrollToVerticalOffset to get to a specific point (a button), but don’t know how to get the position of that point.
Share
if you have both items, you should be able to use
TransformToVisualto get the location of one control relative to another, then use that to scrollsee http://msdn.microsoft.com/en-us/library/system.windows.media.visual.transformtovisual.aspx