Value: 16843008
Sets the transcript mode for the list. In transcript mode, the list scrolls to the bottom to make new items visible when they are added.
| Constant | Value | Description |
|---|---|---|
| disabled | 0 | Disables transcript mode. This is the default value. |
| normal | 1 | The list will automatically scroll to the bottom when a data set change notification is received and only if the last item is already visible on screen. |
| alwaysScroll | 2 | The list will automatically scroll to the bottom, no matter what items are currently visible. |
Must be one of the following constant values.