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

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -