GridView.setScroll

Syntax

setScroll(scroll: PP.Exp.Ui.TableEnum, value: Boolean)

Parameters

scroll - Scrollbar type.

value - Indicates if scrollbar is shown. If the parameter value is True scrollbar is shown, otherwise it is not.

Description

The setScroll method determines visibility of horizontal and vertical scrollbars in the table.

Example

The example of use is given in the page with description of the GridView.getFocusedCell method.

See also:

GridView