Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |