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

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -