Layouy Cycle Detected In Windows Phone 8 Exception?
c#, exception, windows-phone-8
Solution
Found the Solution to the problem just needed to set the minimum height of the grids in the view ....
Problem
I have a LongListSelector which contains a list of places and to sort them i have a listpicker and a textbox for search and listpicker to choose the category .. but when I select some particular categories the goes directly to debugger.Break and exception it shows is LayOut Cycle Detected. I am not able to detect this problem as it is not even caught in try/catch. When I searched the net about this problem it says that you should not call any layout update event but case is not possible for me as my list has to be update according to the sort. If have any Idea how to resolve this issue Please Help .....