enisn / UraniumUI

Uranium is a Free & Open-Source UI Kit for MAUI.
Apache License 2.0
1.17k stars 137 forks source link

Collectionview in material:TabView #673

Open eertaseertas opened 5 months ago

eertaseertas commented 5 months ago

When a collectionview is used in one of the tabitems in a material:Tabview, collectionview data is populated for the first time when data is loaded (When page is being loaded or with a trigger after that with a button click or sth). Afterwards if user changes the tab and gets back to the one with collectionview, the loaded data dissapears as if no data is loaded. If user scrolls the collectionview to top or bottom data comes out to be visible back again. Is there a solution for keeping the data loaded and visible after tabitem changes.

eertaseertas commented 5 months ago

During a tabchange event if you add and remove a dummy data item to the collectionview then the loaded data is displayed back again. Not a perfect way but can be used until this bug is removed with the given milestone.