ListView



It appears that there is no way to make an exclusionary filter for a ListView. Is there a way that I could search the listview and remove files from it that matched a pattern?

Example:
I have a directory of various files. I only want to show files which DO NOT have the extension ".lav" -- all other files will be displayed. This is so I can process those files. The *.lav" files have already been processed. Is there a better way to do this? Perhaps someone knows some way to make delphi look at a directory, check the file extension and ignore *.lav files? I don't need to display those files, I just need to process them if they haven't already been processed.

TIA!

Gabe

.



Relevant Pages

  • Re: Listview for realtime applications
    ... EventArgs e) ), null, null); ... add items and have the control just display them without flickering the ... display because it is redrawn for each item. ... item is added to the listview. ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: Data binding
    ... with 20 columns you should be using a Datagrid. ... ListView to display 19 subitems is no fun and ListBox won't ... writing a custom control to do this would not be terribly hard. ...
    (microsoft.public.pocketpc.developer)
  • Re: Listview for realtime applications
    ... You can control the updating of the ListView with BeginUpdate. ... I need to be able to add items and have the control just display them without flickering the display because it is redrawn for each item. ... Hence my reference to scrolling in my original post, the control can scroll down through items without flickering so there must be some way of adding items and using a similar rendering technique. ... private void flickerToolStripMenuItem_Click(object sender, EventArgs e) ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: Listview for realtime applications
    ... Therefore I cannot suspend updating and re-enable it while adding items, this is exactly what I do when using the listview in the manner you describe however it isn't applicable in this situation. ... I need to be able to add items and have the control just display them without flickering the display because it is redrawn for each item. ... Hence my reference to scrolling in my original post, the control can scroll down through items without flickering so there must be some way of adding items and using a similar rendering technique. ... private void flickerToolStripMenuItem_Click(object sender, EventArgs e) ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Listboxes and ListView visual problems
    ... fire up Visual Studio, create a Windows Form, drag a ListView onto the form, ... create two columns in the listview and then compile and run. ... Also, with the listbox, text isn't updating correctly. ... the text within the listbox doesn't display until I happen to ...
    (microsoft.public.dotnet.languages.csharp)