C#: How would you only draw certain ListView Items while in Virtual Mode?
Posted
by Jonathan Richter
on Stack Overflow
See other posts from Stack Overflow
or by Jonathan Richter
Published on 2009-06-12T17:53:35Z
Indexed on
2010/06/07
5:02 UTC
Read the original article
Hit count: 285
C#: How would you only draw certain ListView Items while in Virtual Mode?
I am trying to create a filter-like feature to use in listview so that if the user selects an imageindex from 0-5, it will loop through the listview items and only make it so that the items in question with the correct image index will be displayed and the other items will be hidden. How would I go upon creating such a routine?
© Stack Overflow or respective owner