views:

15

answers:

0

I have a ListView into a controlTemplate, such that it's property Name is not accessible in code behind. My listView is upgraded with ObservableCollection in real time with a large amount of data. How can i make ListView scroll to last element automatically, such that last element added to be seen first? Please Help!

related questions