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
Post a Comment