You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a ListView or a Grid layout in a ContentPage which is placed inside a PageViewContainer the ContentPage appears empty (I've tested on Android).
The same ContentPage used outside the container displays fine. Is it something I'm doing wrong or is there a limitation on elements that can be used in a page placed inside a PageViewContainer?
Noticed that when calling PageViewContainer.Layout(....) the page contents appear as if the page is forced to repaint
The text was updated successfully, but these errors were encountered:
When using a ListView or a Grid layout in a ContentPage which is placed inside a PageViewContainer the ContentPage appears empty (I've tested on Android).
The same ContentPage used outside the container displays fine. Is it something I'm doing wrong or is there a limitation on elements that can be used in a page placed inside a PageViewContainer?
Noticed that when calling PageViewContainer.Layout(....) the page contents appear as if the page is forced to repaint
The text was updated successfully, but these errors were encountered: