Enum View
Represents the view mode of the image list view.
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
public enum View
Fields
Name | Description |
---|---|
Details | Displays columns with image details. Thumbnail images are not displayed. The view can be scrolled vertically. |
Gallery | Displays a large preview image of the focused item together with a single row of thumbnails at the bottom. The view can be scrolled horizontally. |
HorizontalStrip | Displays a single row of thumbnails. The view can be scrolled horizontally. |
Pane | Displays a pane with item details.The view can be scrolled vertically. |
Thumbnails | Displays thumbnails laid out in a grid. The view can be scrolled vertically. |
VerticalStrip | Displays a single column of thumbnails. The view can be scrolled vertically. |