```scss
// Property(ies): scrollable
// Component(s): Ti.UI.TableView
'.scrollable': { scrollable: true }
'.unscrollable': { scrollable: false }
```