property Thumbnail.WordWrap as Boolean
Indicates whether a multiline label control automatically wraps words to the beginning of the next line when necessary.

TypeDescription
Boolean A boolean expression that specifies whether the control displays its caption using multiple lines.
By default, the WordWrap property is False. Use the WordWrap property to specify whether the control's caption is displayed on multiple lines. Use the Caption property to display a caption in the thumbnail control. The SingleCaption property indicates the expression to generate the HTML caption to be displayed on the thumbnail, when the control shows a single thumbnail ( for instance you filter and you got a single result ). Use the Alignment property to specify the caption's alignment. Use the Boders property to specify the size of the margins where the thumbnail is displayed. Use the Transparency property to specify the transparency to display the caption on the thumbnail control.