tags:

views:

28

answers:

1

how to make scroll rule always at end of the ListView automatic without focus in WPF?

A: 

Use an Attached Property. This article will show you how: http://michlg.wordpress.com/2010/01/17/listbox-automatically-scroll-to-bottom/

pduncan