Hello Alejandro,
Add the following code to the initialization of your form (_tl is an instance of the ThumbnailListView control):
Code:
_tl.IconSpacing = new System.Drawing.Point(104, 104);
_tl.IconicViewTextInfoId = 100;
To get appearance like on the screenshot:
Alex Kon attached the following image(s):

Best wishes, Alex.