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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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