How do filter the ShellListView to display only certain files such as *.cs?
How do filter the ShellListView to display only certain files such as *.cs?
Hi Tom,
ShellListView indirectly inherits our Grids' TreeListBox and thus all the filtering mechanism described in the documentation for TreeListBox will work with ShellListView.
Specifically, please see the "Grids / Tree Control Features / Filtering" topic in the documentation that comes with the product. You'd probably need a custom filter that would examine the IShellObject to look for .cs files.
Please log in to a validated account to post comments.