```scss
// Property(ies): scrollingEnabled
// Component(s): Ti.UI.ScrollableView, Ti.UI.ScrollView
'.scrolling-enabled': { scrollingEnabled: true }
'.scrolling-disabled': { scrollingEnabled: false }
```