Skip to main content

TcxvgOptionsBehavior.RowTracking Property

Enables row tracking when the user moves the mouse pointer over rows while pressing left mouse button.

Declaration

property RowTracking: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Enables changing of the current row appearance and the item editor activation when the user moves the mouse pointer over rows while pressing left mouse button as shown in the image below:

Row tracking can be performed if the value of this property is set to True. If the value of the RowTracking property is False just the first row that the user clicks on when starts moving the mouse pointer changes its appearance while the others retain their state.

The default value of the RowTracking property is True.

See Also