thekap

NullReferenceException in Grid.MeasuredStarredColumns

Feb 9th, 2020
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 4.39 KB | None | 0 0
  1.     Grid.MeasuredStarredColumns (System.Double widthConstraint, System.Double heightConstraint)
  2.     Grid.MeasureAndContractStarredColumns (System.Double width, System.Double height, System.Double totalStarsWidth)
  3.     Grid.MeasureGrid (System.Double width, System.Double height, System.Boolean requestSize)
  4.     Grid.OnSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  5.     VisualElement.OnMeasure (System.Double widthConstraint, System.Double heightConstraint)
  6.     VisualElement.GetSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  7.     Layout.GetSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  8.     VisualElement.Measure (System.Double widthConstraint, System.Double heightConstraint, Xamarin.Forms.MeasureFlags flags)
  9.     FlexLayout+<>c__DisplayClass61_0.<AddChild>b__0 (Xamarin.Flex.Item it, System.Single& w, System.Single& h)
  10.     Item.layout_item (Xamarin.Flex.Item item, System.Single width, System.Single height)
  11.     Item.Layout ()
  12.     FlexLayout.OnMeasure (System.Double widthConstraint, System.Double heightConstraint)
  13.     VisualElement.GetSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  14.     Layout.GetSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  15.     VisualElement.Measure (System.Double widthConstraint, System.Double heightConstraint, Xamarin.Forms.MeasureFlags flags)
  16.     StackLayout.CalculateNaiveLayout (Xamarin.Forms.StackLayout+LayoutInformation layout, Xamarin.Forms.StackOrientation orientation, System.Double x, System.Double y, System.Double widthConstraint, System.Double heightConstraint)
  17.     StackLayout.CalculateLayout (Xamarin.Forms.StackLayout+LayoutInformation layout, System.Double x, System.Double y, System.Double widthConstraint, System.Double heightConstraint, System.Boolean processExpanders)
  18.     StackLayout.OnSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  19.     VisualElement.OnMeasure (System.Double widthConstraint, System.Double heightConstraint)
  20.     VisualElement.GetSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  21.     Layout.GetSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  22.     VisualElement.Measure (System.Double widthConstraint, System.Double heightConstraint, Xamarin.Forms.MeasureFlags flags)
  23.     TemplatedView.OnSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  24.     VisualElement.OnMeasure (System.Double widthConstraint, System.Double heightConstraint)
  25.     VisualElement.GetSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  26.     Layout.GetSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  27.     VisualElement.Measure (System.Double widthConstraint, System.Double heightConstraint, Xamarin.Forms.MeasureFlags flags)
  28.     StackLayout.CalculateNaiveLayout (Xamarin.Forms.StackLayout+LayoutInformation layout, Xamarin.Forms.StackOrientation orientation, System.Double x, System.Double y, System.Double widthConstraint, System.Double heightConstraint)
  29.     StackLayout.CalculateLayout (Xamarin.Forms.StackLayout+LayoutInformation layout, System.Double x, System.Double y, System.Double widthConstraint, System.Double heightConstraint, System.Boolean processExpanders)
  30.     StackLayout.OnSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  31.     VisualElement.OnMeasure (System.Double widthConstraint, System.Double heightConstraint)
  32.     VisualElement.GetSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  33.     Layout.GetSizeRequest (System.Double widthConstraint, System.Double heightConstraint)
  34.     VisualElement.Measure (System.Double widthConstraint, System.Double heightConstraint, Xamarin.Forms.MeasureFlags flags)
  35.     ScrollView.LayoutChildren (System.Double x, System.Double y, System.Double width, System.Double height)
  36.     Layout.UpdateChildrenLayout ()
  37.     Layout.OnSizeAllocated (System.Double width, System.Double height)
  38.     Layout+<>c.<OnChildMeasureInvalidated>b__45_0 ()
  39.     NSAsyncActionDispatcher.Apply ()
  40.     (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
  41.     UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate)
  42.     UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName)
  43.     Application.Main (System.String[] args)
Advertisement
Add Comment
Please, Sign In to add comment