Displays a Panel of Thumbnails which slides the current one into focus. Works together with an Image Viewer.

An example of the Image Thumbnail Slider Component.
Properties
|
Name |
Type |
Description |
| Channel |
Enum |
The channel on which this component is operating. Other Image Controls and the Image Viewer also has this setting. The channels available are 1-15. |
| View Mode |
Enum |
Determines in which modes the component is visible. Possible values:
- Always
- Playing
- Stopped
- Overview
- Single
- Playing - Overview
- Playing - Single
- Stopped - Overview
- Stopped - Single
|
| Spacing Between Images |
Integer |
The spacing in pixels between the buttons. |
| Rendering Mode |
Enum |
Determines in which direction to render the thumbnails. Possible Values:
|
| Selected Position |
Enum |
The position of the active image. Possible values:
|
| Selected Position Offset |
Integer |
The offset in pixels from the selected position. |
| Show Image Tool Tips |
Bool |
If set to true, the tool tip will be shown for all thumbnails. |
| Thumbnail Count |
Integer |
The maximum number of thumbnails displayed. |
| Click Mode |
Enum |
Determines the action to take when clicking the thumbnail. Possible values:
- Select
- Select And Go To Single Mode
- None
|
| Frame Corners |
Resource |
The image used for the corners of the frame. |
| Frame Horizontal Fill |
Resource |
The image used for the horizontal parts of the frame. |
| Frame Vertical Fill |
Resource |
The image used for the vertical parts of the frame. |
| Active Frame Corners |
Resource |
The image used for the corners of the frame for the active image. |
| Active Frame Horizontal Fill |
Resource |
The image used for the horizontal parts of the frame for the active image. |
| Active Frame Vertical Fill |
Resource |
The image used for the vertical parts of the frame for the active image. |
| Mouse Over Frame Corners |
Resource |
The image used for the corners of the frame when the mouse is over. |
| Mouse Over Frame Horizontal Fill |
Resource |
The image used for the horizontal parts of the frame when the mouse is over. |
| Mouse Over Frame Vertical Fill |
Resource |
The image used for the vertical parts of the frame when the mouse is over. |