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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
When navigating to a ContentPage loaded inside a DetailPage, the items are not layout entirely in view while scrolling and it only layout the elements which are initially loaded.
Steps to Reproduce
In the MasterPage, click the 'Page 2' button, which navigates to a navigation page. See that the items are loaded properly while scrolling in details page.
Now click the 'Page 1' button, which navigates to a ContentPage. See that the items are layout only in the View which is displayed in the screen.
3.After scrolling down the list, items are not layout in view.
Actual Behavior
While navigating to a ContentPage in Detail page, all items should be visible in the View while scrolling.
This doesn't seem to directly be related with Xamarin.Forms but with the custom control you are creating. You should be using a ListView it scrolling items.
Though the issue may occur in Custom control, we couldn't able to recognize the issue at our end. It seems that the issue arises while layout the custom view with framework element(Master detail page). Could you please ensure the same and revert us asap.
P.S.
Since, the query may not directly related to Xamarin Forms, but if we are requesting an query means then, you need to provide a valid response instead of the query is not directly related to Xamarin Forms.
Hi Team,
Description
When navigating to a ContentPage loaded inside a DetailPage, the items are not layout entirely in view while scrolling and it only layout the elements which are initially loaded.
Steps to Reproduce
3.After scrolling down the list, items are not layout in view.
Actual Behavior
While navigating to a ContentPage in Detail page, all items should be visible in the View while scrolling.
Basic Information
Screenshots
Reproduction Link
MasterDetailPageIssue.zip
The text was updated successfully, but these errors were encountered: