silverlight - How to jump to the top of a ListBox? -


i have problem, have application listbox many items in, possible scroll.

when user press button new item added. need to following: when user press button , add new item, viewof listbox should jump @ top of list, user if scrolled down, @ top again.

is possible?

yes, can it.

check out listbox.scrollintoview method.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -