Overview | Methods | Fields | This Package | All Packages

OverviewMethodsFieldsThis PackageAll Packages

DataGrid.addOnRowResize

Assigns a delegate to the rowResize event.

Syntax

public void addOnRowResize( CancelEventHandler handler )

Parameters

handler

The CancelEventHandler delegate to be notified when the event occurs.

Remarks

The rowResize event occurs when a row is resized, either programmatically or by the user. To programmatically resize rows, call setRowHeight.

Note   Rows can be resized only if the allowRowSizing property is set to true.

Canceling the rowResize event restores the previous height of the rows.

See Also   removeOnRowResize