原文地址:http://stackoverflow.com/questions/16866309/listbox-scroll-into-view-with-mvvm public class ScrollingListBox : ListBox { protected override void OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs e) { if (e.NewItems!=…