property ExShellView.ViewMode as ViewModeType
Returns or changes the current view mode of the control.

TypeDescription
ViewModeType A constant value that determine the view mode for the current folder.
As in standard Explorer, there are several commonly used viewmode's for representing folder's objects. Mostly is used 'Large Icons', but there are also other modes, as SmallIcon, List,  Details or Thumbnail. On Windows Vista, Windows 7, there are also Extra Large Icons, Large Icons and Medium Icons view modes. The AutoArrange property specifies whether the files are automatically kept arranged in icon and small icon view. Use the AlignToGrid property to specifies whether in icon view, icons automatically snap into a grid. The HideFileNames property specifies whether the view shows the names for the files. The Objects.Get(SelectedItems) property to get a collection of selected files/folders. The DrawGridLines property specifies whether the control shows or hides the grid lines around the files/folders.

The view's Extra_Large_Icons mode may shows as:

The view's Large_Icons mode may shows as:

The view's Medium_Icons mode may shows as: