Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ListView Custom Search Filter - List(Of T) Method
#3
I still administer Tech.Reboot.Pro, so that's still my first priority, but I am not on a indefinite absence anymore here. I just won't bother with any debates on the Support Feather or anything to do with HF on this forum. It's a waste of my time. You'll still see all my latest greatest codes and releases and other stuff on Tech.Reboot.Pro. I use that site exclusively for all my best stuff to share with the members there Smile

What this does, is defines a List of type string, formatting each item string as a listview item in the Listview collection based on the search text which is what gets compared to with the List of string which further filters the Listview collection.

Much better than using an array because of the methods contained in List(of T) and furthermore List(of T) can deal with larger data, and retrieve data faster than looping through an array. It's also a memory saver in comparison to an arraylist.

I tried using predicate in my newest method, but it's not yet compatible to work with subitems as columns more than 1 in a listview control if you want to get or search through items in a specific column, whereas this is fully customizable for that.

Edit: I noticed I got removed from my one and only Geek Squad though eventually at some point lol Smile
Reply


Messages In This Thread
RE: ListView Custom Search Filter - List(Of T) Method - by AceInfinity - 12-29-2011, 10:08 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [NEED HELP] how to read a text file and import to listview vb.net w00pz 7 5,921 02-13-2012, 06:42 AM
Last Post: AceInfinity
  Drag and Drop to Listview [Tutorial] AceInfinity 3 2,727 09-03-2011, 05:29 AM
Last Post: .edit
  [Help] - ListView Control Fragma 2 1,015 08-19-2011, 05:10 AM
Last Post: Fragma

Forum Jump:


Users browsing this thread: 1 Guest(s)