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); 

https://social.msdn.microsoft.com/forums/en-us/a6e3f3b6-44db-4201-828a-af7fffa7219e/scrollviewer-force-scroll-to-bottom?forum=silverlightnet


Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -