Chapter Contents

Previous

Next
Text Viewer: _hscroll

Text Viewer: _hscroll



Scrolls the viewer horizontally


Syntax
Example

Syntax

CALL NOTIFY (viewer-name, '_hscroll'<, unit><, num-units>);

Argument Type Description
unit
C specifies the scrolling unit:
'MAX'
'PAGE' (the default)
'HALF'
'COLUMN'
num-units
N specifies the number of units. To scroll left, specify a negative number.


Example

_hscroll scrolls 3 columns to the right.

call notify ('textview', '_hscroll_', 'column', 3);


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.