CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2001
    Posts
    2

    Listview Incremental search

    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


  2. #2
    Join Date
    Jun 2001
    Location
    Memphis, TN
    Posts
    146

    Re: Listview Incremental search

    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!


  3. #3
    Join Date
    Jun 2001
    Posts
    2

    Re: Listview Incremental search

    I can´t find any AutoExpand property with the ListView control. I know that Combo boxes have AutoExpand property.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured