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. | |
| | AllowContextMenu | Enables or disables the control's context-menu. | |
| | Appearance | Returns or sets a value that determines the appearance of the object. | |
| | AttachTemplate | Attaches a script to the current object, including the events, from a string, file, a safe array of bytes. | |
| | AutoArrange | Specifies whether the files are automatically kept arranged in icon and small icon view. | |
| | BrowseFiles | Specifies a list ( separated by | character ) or safe array of files to be shown in the shell 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. | |
| | ColumnNames | Defines a list of column's name replacements, separated by comma as 'Name1(NewName1),...' | |
| | 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. | |
| | DisableDragDrop | Disables the OLE Drag and Drop within the control. | |
| | DrawGridLines | Specifies whether the control shows the grid lines around items, when the control's view is details. | |
| | 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. | |
| | ExecuteTemplate | Executes a template and returns the result. | |
| | 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. | |
| | OverlayIcons | Retrieves or sets a value indicating whether the control displays the overlay icons. | |
| | Refresh | Refreshes the content of the browsed folder. | |
| | SelectAll | Selects or unselects all files in the control when the multiple selection is enabled. | |
| | 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. | |
| | Template | Specifies the control's template. | |
| | TemplateDef | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | TemplatePut | Defines inside variables for the next Template/ExecuteTemplate call. | |
| | 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. | |