TcxShellThumbnailOptions.Height Property
Specifies the thumbnail height, in pixels.
Declaration
property Height: Integer read; write; default 96;
Property Value
| Type | Default | Description |
|---|---|---|
| Integer | 96 | The thumbnail height, in pixels. |
Remarks
Use the Height and Width properties to specify thumbnail dimensions. These properties are in effect only if the following conditions are met:
- The Shell List View control is in Icon mode.
- The ShowThumbnails property is set to
True.
The Width property’s default value is 96.
See Also