Hi,
When my ListView has 4 items initially and then I change the ItemsSource to a List having only 2 items instead, the ListView doesn't resize itself and I still see 4 rows(two are empty after change in data).
Could you suggest a way to dynamically change the number of rows and height of list view with change in content without rendering the whole page again?
Regards,
Ayaskant