CollectionView
This page describes how to create a CollectionView in MauiReactor
Last updated
Was this helpful?
This page describes how to create a CollectionView in MauiReactor
Last updated
Was this helpful?
The .NET Multi-platform App UI (.NET MAUI) is a view for presenting lists of data using different layout specifications. It aims to provide a more flexible, and performant alternative to .
Official documentation: MauiReactor sample app:
Use the method ItemsSource()
to link a collection of items and to define how each item is displayed.
For example: