Reputation: 197
I'm trying to add a ContentPage to a Grid programatically, but Grid.Children only accepts Views.. How do I display this page as a child of another element?
Upvotes: 0
Views: 337
Reputation: 89082
You can't display a page within a Grid. Try using a ContentView instead.
Upvotes: 3