Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Scrolling Property
See Also Example Applies To
Returns or sets a value that determines if the progress display appears solid or segmented.
Syntax
object.Scrolling [= integer]
The Scrolling property syntax has these parts:
| Part | Description |
| object | An object expression that evaluates to an object in the Applies To list. |
| integer | A numeric expression or constant specifying if the appearance of the progress display, as shown in Settings. |
Settings
The settings for boolean are:
| Constant | Value | Description |
| ccScrollingStandard | 0 | Standard, segmented scrolling. |
| ccScrollingSmooth | 1 | Scrolling appears smooth. |