UNPKG

purgetss

Version:

A package that simplifies mobile app creation for Titanium developers.

7 lines 226 B
```css // Property: canScroll // Description: Determines if the list view can scroll in response to user actions. // Component(s): Ti.UI.ListView '.can-scroll': { canScroll: true } '.can-scroll-false': { canScroll: false } ```