This documentation is for the old version. Go to the latest Upload Suite docs

ImageUploader.ThumbnailVerticalSpacing Property

Supported in: ActiveX , Java

Vertical distance between thumbnails in the folder and upload panes.

Syntax

Initialize

JavaScript
<script type="text/javascript" src="iuembed.js">  </script>
<script type="text/javascript">
var iu = new ImageUploaderWriter("ImageUploaderID", 610, 500);
//...other params...
iu.addParam("ThumbnailVerticalSpacing", "15");
//...other params...
iu.writeHtml();
</script>

Get/Set Value in Runtime

JavaScript
getImageUploader("ImageUploaderID").setThumbnailVerticalSpacing(value);
value = getImageUploader("ImageUploaderID").getThumbnailVerticalSpacing();

Property Value

A non-negative integer value that specifies a vertical thumbnail spacing.

Default value is "15".

See Also

Reference