Navigate to specific element in long list selector after binding
I am using Longlistselector to bind chat messages. After binding, I need to show the latest message. But by default it goes to the beginning of the message. I tried scrolling to the last item "(ScrollTo (lastmessage))" but it doesn't work. can anyone provide a solution.