MultiColumnComboBoxMouseTracking Property

Gets or sets whether or not the selection tracks with the mouse as it moves over the items in the drop-down.

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public bool MouseTracking { get; set; }

Property Value

Boolean
True by default. If false, the selection in the drop-down will not track with the mouse cursor. This option is only used in DropDown and DropDownList mode. In Simple mode, the selection never tracks the mouse cursor.

See Also