Hello
I was wondering if there's a way to to log the view hierarchy for a ContentPage in Xamarin Forms, similar to how in iOS you can just log the 'description' of a UIView and it will show you all of its fields (visibility, subviews, etc).
I'm encountering a weird visual bug and I just want to log all the views and see if there's some weird state they might be in.
Chris