Can you hide rather than delete an item in an API List View (not the VB ActiveX Control -- the listview I'm manipulating was not generated by VB). What I have now is a File Open Dialog Box where as the user types characters into the file name box, I remove files from the list view box that don't start with the letters typed. However, I need a way to put files back if they backspace, etc.

Thanks.