Hi,
I am trying to use a tableview within my application, however it crashes on launch every time. I have managed to verify the issue by updating sample solutions to the latest release too.
Exception message:
MeasureOverride of element 'Xamarin.Forms.Platform.WinPhone.ViewToRendererConverter+WrapperControl' should not return PositiveInfinity or NaN as its DesiredSize.
It also put the following within the console prior to the exception:
A first chance exception of type 'MS.Internal.WrappedException' occurred in System.Windows.ni.dll
Is this a known issue / is there a work around?