Sets a boolean value indicating whether clicking an item selects the item and all its subitems instead of selecting just the item itself.
public void setFullRowSelect( boolean flag )
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.
Setting the value of the fullRowSelect property has no effect unless the control is in Report view.
See Also getFullRowSelect