property Thumbnail.GridLayout as String
The GridLayout property gets or sets the thumbnail arrangement and scroll direction in exThumbnailGrid mode.

TypeDescription
String A string expression that defines the thumbnail arrangement and scroll direction
The GridLayout property specifies how thumbnails are arranged when the Mode property is set to exThumbnailGrid (the default mode). It defines a horizontal or vertical layout using the format "columns x rows" (for example, "1 x" for fit-to-width or "x 2" for fit-to-height), effectively enabling a columns × rows arrangement.

The GridLayout property behavior is:

The ThumbnailMinWidth, ThumbnailMinHeight, and related properties control the size of the thumbnails when the exThumbnailAutoFit flag is not included in the Mode property.

For example: