```scss
// Property(ies): canScroll
// Component(s): Ti.UI.ListView
'.can-scroll': { canScroll: true }
'.cant-scroll': { canScroll: false }
```