Click or drag to resize

ViewState Enumeration

ViewState enumeration for ListView superseeds System.Windows.Forms.View

Namespace:  Jam.Shell
Assembly:  ShellBrowser (in ShellBrowser.dll) Version: 7.0
Syntax
public enum ViewState
Members
  Member nameValueDescription
Details0 Details view.
LargeIcons1 LargeIcon view, typically 32x32
SmallIcons2 SmallIcon view, typically 16x16
List3 List view
Tile4 Tile view
ExtraLargeIcons5 ExtraLargeIcon view, typically 256x256
Thumbnails6 Thumbnails view, size is defined by ThumbnailSize, typically 96x96
LargerIcons7 LargerIcons view, typically 48x48
See Also