-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Errors occur once I include the Entry content in the XAML below.
System.ArgumentException: NaN is not a valid value for width
at Microsoft.Maui.Size..ctor(Double width, Double height)
at Microsoft.Maui.Controls.VisualElement.GetSizeRequest(Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.VisualElement.Measure(Double widthConstraint, Double heightConstraint, MeasureFlags flags)
at Microsoft.Maui.Controls.StackLayout.CompressHorizontalLayout(LayoutInformation layout, Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.StackLayout.CompressNaiveLayout(LayoutInformation layout, StackOrientation orientation, Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.StackLayout.CalculateLayout(LayoutInformation layout, Double x, Double y, Double widthConstraint, Double heightConstraint, Boolean processExpanders)
at Microsoft.Maui.Controls.StackLayout.OnSizeRequest(Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.VisualElement.OnMeasure(Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.VisualElement.GetSizeRequest(Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.Layout.GetSizeRequest(Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.VisualElement.Measure(Double widthConstraint, Double heightConstraint, MeasureFlags flags)
at Microsoft.Maui.Controls.StackLayout.CalculateNaiveLayout(LayoutInformation layout, StackOrientation orientation, Double x, Double y, Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.StackLayout.CalculateLayout(LayoutInformation layout, Double x, Double y, Double widthConstraint, Double heightConstraint, Boolean processExpanders)
at Microsoft.Maui.Controls.StackLayout.OnSizeRequest(Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.VisualElement.OnMeasure(Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.VisualElement.GetSizeRequest(Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.Layout.GetSizeRequest(Double widthConstraint, Double heightConstraint)
at Microsoft.Maui.Controls.VisualElement.Measure(Double widthConstraint, Double heightConstraint, MeasureFlags flags)
at Microsoft.Maui.Controls.ScrollView.LayoutChildren(Double x, Double y, Double width, Double height)
at Microsoft.Maui.Controls.Layout.UpdateChildrenLayout()
at Microsoft.Maui.Controls.Layout.OnSizeAllocated(Double width, Double height)
at Microsoft.Maui.Controls.VisualElement.SizeAllocated(Double width, Double height)
at Microsoft.Maui.Controls.VisualElement.SetSize(Double width, Double height)
at Microsoft.Maui.Controls.VisualElement.set_Bounds(Rectangle value)
at Microsoft.Maui.Controls.VisualElement.Layout(Rectangle bounds)
at Microsoft.Maui.Controls.Layout.LayoutChildIntoBoundingRegion(VisualElement child, Rectangle region)
at Microsoft.Maui.Controls.Page.LayoutChildren(Double x, Double y, Double width, Double height)
at Microsoft.Maui.Controls.Page.UpdateChildrenLayout()
at Microsoft.Maui.Controls.Page.OnSizeAllocated(Double width, Double height)
at Microsoft.Maui.Controls.VisualElement.SizeAllocated(Double width, Double height)
at Microsoft.Maui.Controls.VisualElement.SetSize(Double width, Double height)
at Microsoft.Maui.Controls.VisualElement.set_Bounds(Rectangle value)
at Microsoft.Maui.Controls.VisualElement.Layout(Rectangle bounds)
at Microsoft.Maui.Controls.VisualElement.Arrange(Rectangle bounds)
at Microsoft.Maui.Controls.ContentPage.ArrangeOverride(Rectangle bounds)
at Microsoft.Maui.Controls.VisualElement.Microsoft.Maui.IFrameworkElement.Arrange(Rectangle bounds)
at Microsoft.Maui.LayoutView.LayoutSubviews()
Metadata
Metadata
Assignees
Labels
No labels