Phill,
You will have to remove the listviewitem from the listview to
hide it
Ken
-------------------------
> Is it possible, in a VB'2003 ListView control to hide specific
> ListViewItems?
[quoted text clipped - 13 lines]
> TIA,
> Phill W.
Phill W. - 22 Nov 2006 15:47 GMT
>> Is it possible, in a VB'2003 ListView control to hide specific
>> ListViewItems?
>>
> You will have to remove the listviewitem from the listview to
> hide it
I was afraid of that.
I don't suppose there's anyway to pre-prepare a list of ListViewItems
and "plug" them in all in one go, is there?
Ah; No, the Items property is read-only, so I guess not.
OK; if I'm going to have to reload the ListView each time I filter it,
is there anyway I can "lock" the Control, to prevent it redrawing itself
while I'm doing so - it should be faster and a lot less "flickery" than
it is now.
TIA,
Phill W.