flashkid10
Member
- Joined
- Dec 9, 2016
- Messages
- 16
- Programming Experience
- Beginner
I currently have a listview that contain 5 columns and atextbox that helps search though the data stored. the search function isworking, but I want to link it to five bools (one for each column) so that Ican search though it faster. how do I attach a checkbox to just the columnheaders (and still see the header name) and handle the event?