Programming with Reflection

image\rwnprg32.gif GraphicsScrolling property

 

Syntax

object.GraphicsScrolling
object.GraphicsScrolling = Value

Works with

image\r4.gif

Data type

Boolean

 

Description

Returns (first syntax line) or specifies (second syntax line) whether or not sixel images are scrolled.

A sixel is a vertical column of six pixels used to display graphic images. When this property is set to True, the sixel image begins at the current text position and will scroll the display when the image reaches the bottom margin of the display (the image may also scroll off the top of the display if it doesn't fit). A graphics new line character is sent immediately after the sixel dump, and the text cursor is set at the same position as the sixel cursor when you exit sixel mode.

When this property is set to False, the sixel image begins at the top left of the display; when the image reaches the bottom margin, the display does not scroll, and additional sixel commands are ignored. Upon exiting sixel mode, the text cursor is set at the same position as when sixel mode was entered.

Values

The default value is False.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property