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 i add CollectionView/ListView into Popup page. On the first time show, items in listview or CollectionView do not show. I have to scroll up or down to show them. This is my demo strange behavior
Screen.Recording.2023-11-16.at.11.23.17.mov
When remove VerticalTextAlignment or change to HorizontalOptions it working perfectly
Expected Behavior
show all item in listview or collectionview when i show popup page
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
When i add CollectionView/ListView into Popup page. On the first time show, items in listview or CollectionView do not show. I have to scroll up or down to show them. This is my demo strange behavior
Screen.Recording.2023-11-16.at.11.23.17.mov
When remove VerticalTextAlignment or change to HorizontalOptions it working perfectly
Expected Behavior
show all item in listview or collectionview when i show popup page
Steps To Reproduce
Link to public reproduction project repository
https://github.com/huytran123/BugMauiListItemInPopup.git
Environment
Anything else?
No response