I know there are some questions with same head line, but I couldn\'t find any answer that worked for me.
Got in Xml file triple ListBox , which was built from 3 inne
I had a few StackLayouts populated via foreach loops. They were each contained within a ScrollViewer of fixed height.
When the content was too great, it started to crash with the obscure 'layout cycle detected' error..
I changed the StackLayouts to Grids, and finally this extremely annoying problem was solved.
Update: 1 year later my application suffered from the problem again. I fixed it by adding a VerticalAlignment property to the offending Grid view...