Skip to content

ExpandRow - cWebListExpandPanel

Send this message to expand the panel

Type: Procedure

Parameters

Parameter Type Description
sRowId String The RowId of the row below which the panel should expand itself

Syntax

Procedure ExpandRow String sRowId

Call Example

Send ExpandRow sRowId

Description

Send this message to expand the panel. The panel will expand below the row with the passed RowId.

This will automatically collapse the panel if it was expanded on a different row. If the passed RowId is invalid, then the panel will not expand (it will collapse the panel if it was expanded).

Sending this message will trigger the OnExpand event.