You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
My application uses a Scrollview to house multiple frames. Each frame has one or more Grids. Each grid has one or more ListViews. I like the way frames look when displaying multiple Grids in the view.
I upgraded my project to Xamarin Forms 5. The UWP app crashes with the exception, Layout cycle detected. Layout could not complete.
It works in all three projects using Xamarin Forms 4.x. It works in Android and iOS projects using Xamarin Forms 5.x.
It throws an exception in the UWP app only.
If I change the frames to grids, it works. But I don't like the way it looks. And then I'm affecting the look and feel of the Android and iOS apps.
I created a simple application that demonstrates the problem and attached it to this message. Any help would be appreciated.