Hi all,
I have a ListView that show images. Then I wanna scroll to the last item when I open ListView. I found method scrollTo but it's not support in Consummer Preview. So how can I do that?
Thanks,
Vivian
Hi Vivian,
You will want to use the ensureVisible method:
http://msdn.microsoft.com/en-us/library/windows/apps/br211820.aspx
-Jeff
Jeff Sanders (MSFT)