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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -