Contains possible values for View property of the ThumbnailListView control.
Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration View |
| C# |
|---|
public enum View |
| Visual C++ |
|---|
public enum class View |
Members
| Class | Description |
|---|---|
| Details | Detailed list. Items are displayed in the control as rows of a table. Each column holds specific item data (e.g. file name, size, etc). |
| Icons | Icon view. Each item is displayed as a full-sized icon with a label below it. |
| List | Simple list. Each item is displayed as small icon with a label from the right. All items are arranged into columns with no columns headers. |
| Thumbnails | Thumbnail view. Each item is displayed as an image thumbnail with a label below it. If the list item does not represent an image file, an icon is displayed for it. |