Skip to content

File Explorer Tool Window

Dirkster99 edited this page Sep 1, 2017 · 7 revisions

The File Explorer Tool Window integrates the document view with the file system and helps navigating and searching for files.

See http://www.codeproject.com/Articles/760603/A-WPF-File-ListView-and-ComboBox-Version-II for more details.

screenshot

The File Explorer Tool Window has a Combobox path, -File ListView, and Folder Browser control

screenshot

The file explorer tool window contains a:

  • folder combobox
  • button bar
  • filter list view and
  • file listview with context menu

screenshot

The Filter Drop Down can be used to filter the currently listed files and enter new filters with custom filter pattern

screenshot

The Folder Drop Down can be used to navigate to a different drive or a recent folder location (last 2 folders in screenshot)

screenshot

The file list view lists files and folders with hyperlink controls (1 click to open file). Only single selection is currently supported. Each list item has a context menu and can also be opened via double click in a non-hyperlink area.

screenshot

The currently viewed path can be synchronized with the path of the current document.

screenshot

The list view can be used for viewing file system items with and without folders.

screenshot

The list view can be used for viewing file system items with and without hidden items.

screenshot

The list view can be used for viewing file system items with and without icons.

Home

Clone this wiki locally