I have an SQLite database with over 100,000 records. I need the data to fill a ListView in my WPF project. I'm using System.Data.SQLite. What's the (best) way to get this setup so it works using virtualization?
Also, what's the best method to filter the list view based on key word searches? I'm aiming for maximum speed.