Santtu
June 20th, 2001, 05:51 AM
Does anyone know how to disable the incremental search of the listview control. When I press a key, I dont want to move to the first item that has the same first letter(s) as the keypress. I want to begin label edit not search for an item.
Iīm using VB6(sp3) and Mscomctl.dll
Ghost308
June 20th, 2001, 11:37 AM
I don't have a copy of VB on the machine I am on right now, but with the ListView control in MS Access, you set the property AutoExpand to "No" ("False" i'm sure if its there in VB) and it will allow you to type full words instead of base what you type on the first item found matching it. Is that what you're looking for? good luck!
Santtu
June 20th, 2001, 11:10 PM
I canīt find any AutoExpand property with the ListView control. I know that Combo boxes have AutoExpand property.