property List.AutoSearch as Boolean
Enables or disables incremental search feature.

TypeDescription
Boolean A boolean expression that indicates whether the auto search is enabled or disabled. 

By default, the AutoSearch property is True. The auto-search feature is is commonly known as incremental search. An incremental search begins searching as soon as you type the first character of the search string. As you type in the search string, the control selects the item  ( and highlight the portion of the string that match where the string (as you have typed it so far) would be found. The control supports 'starts with' or 'contains' incremental search as described in the AutoSearch property of the Column object. Use the MarkSearchColumn property to specify whether the control draws a rectangle around the searching column. The SearchColumnIndex property specifies the index of the column where incremental search feature works.