ImageGear .NET v25.0 - Updated
ImGearThumbnailLayout Enumeration

ImageGear.Web.UI Library > ImageGear.Web.UI Namespace : ImGearThumbnailLayout Enumeration
Specifies a thumbnails layout within the bounds of the ImGearThumbnailList control.
Members
MemberDescription
HorizontalScrollDirection1 - The thumbnails will be displayed as a single horizontal strip/band. For the default mode refer to the useDefaultStyling property in the ImageGear.Web.UI.ImGearThumbnailList control. The rows and columns will depend on the width and height of the control and the thumbnails. Note: When calculating width of the control for the layout, take into account the width of the scrollbar and the intra thumbnail spaces.
VerticalScrollDirection0 - The thumbnails will be displayed in a vertical column or a multiple columns and multiple rows arrangement. The number of columns in a grid will depend on the number of thumbnail widths plus intra-thumbnail spacing that can fit in the ImGearThumbnailList control width. For a single vertical column, keep the width of the control slightly more than the width of a thumbnail to account for the border and the scroll bar width of the control.
Inheritance Hierarchy

Object
   ImageGear.Web.UI.ImGearThumbnailLayout

See Also

Reference

ImageGear.Web.UI Namespace