WPF ListBox Scroll to end automatically

Posted by niao on Stack Overflow See other posts from Stack Overflow or by niao
Published on 2010-02-25T21:36:02Z Indexed on 2010/05/04 3:08 UTC
Read the original article Hit count: 197

Filed under:
|

Greetings, in my application i have a listbox with items. THe application is written in WPF. How to scroll automatically to the last added item? I want the scrollviewer to be moved to the end of the list when new item has been added. Is thare any event like "ItemsChanged"? (I don't want to use SelectionChanged event)

© Stack Overflow or respective owner

Related posts about wpf

Related posts about listbox