Chapter Contents

Previous

Next
Text Viewer: _setHscroll

Text Viewer: _setHscroll



Assigns the horizontal scrolling unit


Syntax
Example

Syntax

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

Argument Type Description
unit
C specifies the scrolling unit:
'MAX'
'PAGE' (the default)
'HALF'
'COLUMN'

num-units
N the number of units if the scrolling unit is 'COLUMN'


Example

_setHscroll sets the scrolling unit so that horizontal scrolling moves the viewer to the far right:

call notify('textview', '_set_hscroll_',
            'max');


Chapter Contents

Previous

Next

Top of Page

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