AutoScroll property (ILEADContainerViewerProperties)
VARIANT_BOOL AutoScroll | |
Overview |
Refer to Using the Image Viewer |
Remarks
(Medical Imaging Suite) Gets or sets a value that indicates whether to scroll the cells automatically if the user scrolls up or down. Possible values are:
Setting |
Description |
VARIANT_TRUE |
Scroll automatically. This is the default value. |
VARIANT_FALSE |
Do not scroll. |
To set or get container properties, use SetContainerProperties and GetContainerProperties methods.
See Also