```css
// Property: overlayEnabled// Description: Determines whether the paging control is added as an overlay to the view.// Component(s): Ti.UI.ScrollableView'.overlay-enabled': { overlayEnabled: true }
'.overlay-enabled-false': { overlayEnabled: false }
```