showFocus

Type: Boolean

Availability: Read or write at run time only

The showFocus property of the Table class specifies whether the focus rectangle is shown on the current cell of a table when it has focus. The default value is true.

Set the showFocus property to false if you want the table painted without a focus rectangle displayed.

A table that has the readOnly property set to true will not display the focus rectangle, regardless of the value of the showFocus property.

The focus rectangle is not shown if the current cell is within the fixed rows or columns of the table.