ListView.setFullRowSelect

Overview | Methods | This Package | All Packages

ListView.setFullRowSelect

Sets a boolean value indicating whether clicking an item selects the item and all its subitems instead of selecting just the item itself.

Syntax

public void setFullRowSelect( boolean flag )

Parameters

flag

Set to true if clicking an item selects the item and all its subitems; returns false if clicking an item selects only the item itself. The default value is false.

Remarks

Setting the value of the fullRowSelect property has no effect unless the control is in Report view.

See Also   getFullRowSelect