AutoComplete, (jumping to an item as you type the description), in a TListBox works if the Sorted property is True. However, if Sorted is false, pressing a key (from A to Z) jumps to the SECOND item beginning with this letter.
I would be interested to know if anyone has a simple solution, other than setting Sorted to True or writing my own event handler to do the job. Regards
Samuel
I would be interested to know if anyone has a simple solution, other than setting Sorted to True or writing my own event handler to do the job. Regards
Samuel