Unplanned
Last Updated: 17 Dec 2024 13:05 by Franz
Franz
Created on: 17 Dec 2024 13:05
Category: UI for .NET MAUI
Type: Bug Report
0
CollectionView: [Android] [iOS] Items do not display in a custom scenario when trying to load items during navigation

The ItemsSource of the views is populated in the ViewModel of the page. This is done in a command that is triggered by the NavigatedTo event of the page, which is forwarded via EventToCommandBehavior from the Maui Toolkit.

When using the RadCollectionView the loaded items are no longer displayed. 

When the ObservableCollection of the items is completely reconstructed and reassigned the display works.

0 comments