I am having an issue with the windows phone and a listview. The listview has a hundred or so items and the ItemsSource is changed based on a picker. So when a new item is selected from the picker I set my ListView.ItemsSource to a new list. This works for a few iterations but will eventually throw the error : Layout cycle detected. Layout could not complete.
Any ideas of why this is happening?