Chapter Contents

Previous

Next
Form Data Model: _resizeColumn

Form Data Model: _resizeColumn



Changes the column width


Syntax
Details

Syntax

CALL SEND (model-id, '_resizeColumn', col-address, width, old-width);

Argument Type Description
col-address
N specifies the identifier of an SCL list that contains the relative address of the column that was resized
width
N specifies the new width of the column, in points
old-width
N specifies the old width of the column, in points


Details

The viewer calls the _resizeColumn method to notify the model that the user has resized a column. This resize is considered a hard resize as opposed to a soft(ware) resize. For more information, see the Table Data Model class.

The column width should be stored by the model and returned as a fixed width whenever this column's attributes are queried.


Chapter Contents

Previous

Next

Top of Page

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