UI for WinUI
The Telerik ListView for WinUI component provides all the necessary features you will need for building an application that includes a list items scenario. The wide range of features of the Telerik WinUI control is designed t save developers’ time and provide a better user experience. The features include item animations, different layouts, orientations, smart defaults for many gestures, refreshing the list on swipe or loading more items only when need. The control can also be used to quickly visualize your items in groups, sorted and filtered following your criteria.
Check out the Telerik WinUI demos
The ListView component for WinUI supports multiple layout modes that can be enabled in order to change the ordering of the items. The component comes with four built-in layout modes – Grid, Stack, Wrap and Staggered, where each layout mode supports both vertical and horizontal orientation.
Visit the Telerik WinUI documentation for info on how to set different layout modes
The Telerik UI for WinUI ListView allows you to easily add custom visual elements in the beginning and end of the scrollable area of the control, hence achieving a consistent look and feel across your entire WinUI app.
Visit the Telerik WinUI ListView documentation for info on how to customize your headers and footers
The WinUI ListView component supports a selection feature that is triggered by a click or tap action on the item. The selection feature supports multiple modes such as single, multiple, extended, or none.
Visit the Telerik WinUI product documentation for info on how to set the selection mode
Filtering, Grouping and Sorting for Telerik ListView for WinUI is available with a convenient API. That way, only relevant data will be presented to the end-user, all in the correct order. The API allows for the implementation of the filtering and sorting UI that gives the user the ability to filter and sort through the ListView items as needed and create single or multi-level grouped lists with a hierarchical view.
Utilize the UI data virtualization power by loading only portions of the data after an action like scroll-down or button click is executed.
Visit the Incremental Loading section of the Telerik WinUI documentation for more info
A powerful mechanism for dragging the ListView items based on the input gesture – easily reorder the items or show an additional visual element.
Visit the Swipe and Reorder section of the Telerik WinUI product documentation for more info
Most actions in the WinUI ListView control are implemented using commands. This provides an intuitive and easy-to-use set of APIs that allow different aspects of the control’s behavior to be handled and/or completely overridden.
Visit the Commands section in the product documentation for more information
The Telerik UI ListView control comes with animations for removing and adding items.
Visit the Item Animations section in the Telerik WinUI ListView documentation for more information on how to configure animations
All your ListView items are flexible to all sorts of customizations.