TImageEnMView.ThumbnailClipping
Declaration
property ThumbnailClipping: Integer;
Description
Automatically clips the sides of the thumbnail when displaying it so that it more closely matches the size of the grid cell, for example, if you have a tall/portrait image the top and bottom would not be shown so that the thumbnail is as wide as the display area.
ThumbnailClipping is a percentage so the valid range is 0 to 100.
Possible values:
| Value | Description |
| 0 | The entire image is displayed as a thumbnail |
| 1 - 99 | The percentage of permissible clipping. E.g. 10 would mean that up 10% of the image can be clipped |
| 100 | The maximum clipping will be performed so that the thumbnail has no border space (and all thumbnails will be displayed at an identical size) |
Note: The images themselves are not modified, this is a display setting only