Sunday, 15 June 2014

windows phone 8 - List box is not scrolling to last item -


I'm developing a Windows Phone 8 application, I'm using the list box to display data in it. After the page launches, I need the requirement, to navigate to the last item in the list box. The scroolintoview method was used for this requirement, such as the LSBS model. Scolinutuv (LSBS Model. Alastor Default) This is going to the last item, but not completely. This final item is showing approximately 60%, but for the remaining 40%, I have to scroll the list box manually.

Can anyone help me solve this problem?

Thanks in advance

I think you can try this code

  scroll_content.UpdateLayout (); Scroll_content.ScrollToVerticalOffset (double.MaxValue);  


No comments:

Post a Comment