❔ please help fix NullRefException
the setter of Contacts property keeps throwing NullRef and I don't know why. As far as I can see I have implemented the interface exactly how they did in the docs https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/data-binding/binding-mode, but I can't see Contact's Age in my UI.
2 Replies
I found the problem, the
<DataTemplate>
only allows a child that is a Cell
object such as <TextCell>
, <ViewCell>
...Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.