I need to embed a minimalistic file explorer into my WPF UserControl. This control must accept a directory and display each file under that directory along with its associated icon, as well as facilitate user interaction. The WebBrowser serves this purpose quite well, but I can't seem to find a method of filtering the files by keyword (eg. "C://MyFolder?parameter=search-key"). Is this possible? Thanks for your advice.
