|
SmartViewport
Reference
Returns or sets a value that determines whether a viewport can scroll up and
down.
Syntax
object.ScrollUpDown [= boolean]
The ScrollUpDown property syntax has these parts:
| Part |
Description |
| object |
An object expression that evaluates to a SmartViewport object. |
| boolean |
A boolean expression that specifies whether object can
scroll up
and down. |
Remarks
The ScrollUpDown property determines whether or not a vertical scrollbar
will be shown. You can set this property at bot design and run-time.
|