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