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
Is your feature request related to a problem? Please describe.
ListView is older and less performant and less supported going forward.
Describe the solution you'd like
Switch to using CollectionView, SwipeView, and RefreshView.
Describe alternatives you've considered
Keeping ListView
Additional context
macOS doesn’t support CollectionView in Xamarin.Forms but does in MAUI. Either wait for the move to MAUI or use conditionals for defaulting back to ListView where needed.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
ListView is older and less performant and less supported going forward.
Describe the solution you'd like
Switch to using CollectionView, SwipeView, and RefreshView.
Describe alternatives you've considered
Keeping ListView
Additional context
macOS doesn’t support CollectionView in Xamarin.Forms but does in MAUI. Either wait for the move to MAUI or use conditionals for defaulting back to ListView where needed.
The text was updated successfully, but these errors were encountered: