TcxLookupGridOptions.FocusRowOnMouseMove Property
Indicates whether moving the mouse in the drop-down list of a lookup combo box focuses the row under the mouse pointer.
Declaration
property FocusRowOnMouseMove: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Set this property to True to enable focusing the row under the mouse pointer during mouse navigation within the drop-down list of a lookup combo box. Otherwise, the focus doesn’t move from the currently focused row (which corresponds to the editor’s value) when the mouse hovers over rows in the drop-down list.
The default value of the FocusRowOnMouseMove property is True.
See Also