.NET MAUI ListView Overview
The Telerik .NET MAUI ListView is a virtualizing list component that provides the most popular features associated with scenarios where a list of items is used. All these features are embedded in a single control for saving developers' time and providing better experience.
The ListView is part of Telerik UI for .NET MAUI, the most comprehensive UI suite for .NET MAUI! To try it out, sign up for a free 30-day trial and kickstart your cross-platform app development today.
Key Features of the Telerik .NET MAUI ListView
Selection—The .NET MAUI ListView supports both single and multiple selections and you can also select items on tap and hold gestures.
Different layouts and orientation—You can choose between the linear and grid layout as well as define the scroll direction of the MAUI ListView layout.
Items template selector—The .NET MAUI ListView control exposes an properties for applying different templates to each item based on a specific condition.
Reorder Items—The ListView allows end users to reorder MAUI ListView items through dragging and dropping.
Load on demand—In addition to the built-in UI virtualization, the ListView supports a load-on-demand functionality, which optimizes the initial loading of the application. As a result, the new items are loaded before the user reaches the bottom of the ListView.
Item Swipe—The item swipe feature enables end users to swipe an item to reveal its actionable content.
Grouping, sorting, and filtering—You can visualize your items in groups, and also sort and filter them in accordance with your criteria.
Customizable Items—The ListView provides styling options for customizing its appearance.