listbox - WPF scrollview scrolled to the bottom default -


i have scrollviewer containing listbox. scrollviewer scroll way bottom default when view has been loaded! because recent element last element in listbox.

is there easy way achieve behavior?

thanks

if have access scrollviewer, use scrollviewer.scrolltobottom() method.


Comments