Click or drag to resize

ThumbnailLayout Enumeration

This enumeration is used with the ThumbnailLayout property to indicate the layout of the thumbnails.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum ThumbnailLayout
Members
  Member nameDescription
Vertical The thumbnails are ordered from left to right, top to bottom. A vertical scrollbar will be displayed when needed.
Horizontal The thumbnails are ordered from top to bottom, left to right. A horizontal scrollbar will be displayed when needed.
See Also