WPF scrollview scrolled to the bottom default

Posted by code-zoop on Stack Overflow See other posts from Stack Overflow or by code-zoop
Published on 2010-04-27T10:30:18Z Indexed on 2010/04/27 10:33 UTC
Read the original article Hit count: 309

Filed under:
|
|

I have a scrollview containing a ListBox. I would like the scrollview to scroll all the way to the bottom by default when the view has been loaded! This because the most recent element is always the last element in the ListBox.

Is there an easy way to achieve this behavior?

Thanks

© Stack Overflow or respective owner

Related posts about wpf

Related posts about listbox