windows phone 8 - List box is not scrolling to last item -
i developing windows phone 8 application, in using list box display data. have requirement once page launched user should navigate last item of list box. requirement used scroolintoview method lsbsample.scrollintoview(lsbsample.lastordefault). moving last item not fully. showing last item around 60% remaining 40% need manually scroll list box.
can 1 me resolve issue.
thanks in advance.
i think can try code
scroll_content.updatelayout(); scroll_content.scrolltoverticaloffset(double.maxvalue);
Comments
Post a Comment