ITreeControl.RowSelect

Syntax

RowSelect: Boolean;

Description

The RowSelect property determines whether the whole line, in which the element is placed, is highlighted.

Comments

If the property is set to True, the whole line, in which the selected element is placed, is highlighted; otherwise only element itself is highlighted.

The RowSelect property is relevant only if the ShowColumnHeaders property is set to True.

See also:

ITreeControl