purgetss
Version:
A package that simplifies mobile app creation for Titanium developers.
7 lines • 298 B
Markdown
```css
// Property: pagingControlOnTop
// Description: Determines whether the paging control is displayed at the top or bottom of the view.
// Component(s): Ti.UI.ScrollableView
'.paging-control-on-top': { pagingControlOnTop: true }
'.paging-control-on-top-false': { pagingControlOnTop: false }
```