ViewState enumeration for ListView superseeds System.Windows.Forms.View
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
SyntaxPublic Enumeration ViewState
public enum class ViewState
Members| Member name | Value | Description |
|---|
| Details | 0 |
Details view.
|
| LargeIcons | 1 |
LargeIcon view, typically 32x32
|
| SmallIcons | 2 |
SmallIcon view, typically 16x16
|
| List | 3 |
List view
|
| Tile | 4 |
Tile view
|
| ExtraLargeIcons | 5 |
ExtraLargeIcon view, typically 256x256
|
| Thumbnails | 6 |
Thumbnails view, size is defined by ThumbnailSize, typically 96x96
|
| LargerIcons | 7 |
LargerIcons view, typically 48x48
|
See Also