Exontrol's new ExShellView component provides a file list view which is
identical with the right pane of your Windows Explorer. The control supports the
following properties and methods:
| |  | Name | Description | |
| | | AlignToGrid | Specifies whether in icon view, icons automatically snap into a grid. | |
| | | AutoArrange | Specifies whether the files are automatically kept arranged in icon and small icon view. | |
| | | BrowseFolder | Retrieves or sets the browsed folder using a path, a special folder constant or another Folder object. | |
| | | CancelObjectSelect | Cancels opening the object being double clicked ( aka folder or zip files ) during the ObjectSelect event. | |
| | | CanRename | Retrieves or sets a value indicating whether the user can rename files/folders at runtime. | |
| | | CurrentFolder | Retrieves or sets the folder to be browsed. | |
| | | DefaultMenuItems | Retrieves or sets a value that indicates whether the control allows default shell context menu items. | |
| | | Enabled | Retrieves or sets a value indicating whether the control responds to the user-generated events. | |
| | | EventParam | Retrieves or sets a value that indicates the current's event parameter. | |
| | | FilePattern | Retrieves or sets a string value that indicates the file pattern used to include files. "*.jpg *.bmp " | |
| | | Font | Retrieves or sets a Font object used to paint the items. | |
| | | HeaderVisible | Specifies whether the view's header is visible or hidden. | |
| | | HideFileNames | Specifies whether the files hides the names in icon and small icon view. | |
| | | HideToolTips | Specifies whether the file displays a tooltip when the cursor hovers the shellview. | |
| | | hWnd | Retrieves the window handle. | |
| | | IncludeObjectType | Retrieves or sets the way how the control will filter the objects. | |
| | | MatchPattern | Checks if the given word matches the given mask. | |
| | | ModifyFolderFlags | Adds or removes flags that indicates the options for browsed folder. | |
| | | Objects | Retrieves a collection of ExShellObject objects that indicates the current selection, or all items from the view. | |
| | | Refresh | Refreshes the content of the browsed folder. | |
| | | ShellFolder | Retrieves a Folder object based on a path, on a special folder constant or on an ID property. | |
| | | SpecialFolder | Retrieves a Folder object given a special folder constant. | |
| | | UpOneLevel | Browses the parent of current browsed folder. | |
| | | Version | Retrieves the Version of the control. | |
| | | ViewFolderFlags | Retrieves the flags for the browsed folder. | |
| | | ViewMode | Returns or changes the current view of the control. | |