.NET MAUI - TableView
The .NET Multi-platform App UI (.NET MAUI) TableView displays a table of scrollable items that can be grouped into sections. A TableView is typically used for displaying items where each row has a different appearance, such as presenting a table of settings.
This sample demonstrates how to use the .NET MAUI TableView.
For more information about this sample, see .NET MAUI TableView.