nativescript-ui-listview
A powerful data list control implementing a bunch of features native to the mobile world as item animations, pull-to-refresh, item layouts, load-on-demand, swipe-to-execute, etc.
npm i --save nativescript-ui-listview

NativeScript UI ListView

Overview

The NativeScript UI ListView plugin 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 one control with the idea to save developer time and provide better experience. The main features include:

  • Item animations
  • Different layouts and orientations
  • Smart defaults for many gestures - select on long press, execution of special action on swipe, reorder of items on long press and drag, refreshing the list on swipe or loading more items only when needed.

Installation

In Command prompt / Terminal navigate to your application root folder and run:

tns plugin add nativescript-ui-listview

Documentation

More information is available in the Guides for:

API Reference

Here is the API Reference section.

Sample Apps

The features of the plugin are demonstrated in the Sample apps for:

Release Notes

The release notes are available here.

Get Help

Please, use github issues strictly for reporting bugs or requesting features.