TQikListBoxContentTypeLogicalSize
Description
Used to specify the logical size of content types image and thumbnail.
EQikListBoxSizeSmallIcon |
Size of a small icon as defined system wide. Applicable to thumbnail content type as well. |
EQikListBoxSizeMediumIcon |
Size of a medium icon as defined system wide. Applicable to thumbnail content type as well. |
EQikListBoxSizeLargeIcon |
Size of a large icon as defined system wide. Applicable to thumbnail content type as well. |
EQikListBoxSizeFromBitmapIcon |
Will map to the size in pixels of the actual icon bitmap. Not applicable to thumbnail content type. |
EQikListBoxSizeMediumThumbnail |
Size of a medium thumbnail as defined system wide. Applicable to icon content type as well. |
EQikListBoxSizeLargeThumbnail |
Size of a large thumbnail as defined system wide. Applicable to icon content type as well. |
EQikListBoxSizeThumbnailFill |
Will make the thumbnail as big as the column or row it is placed in. When using this size to size a thumbnail content type, specifying a column/row to use EQikListBoxColWidthFromContentType/EQikListBoxRowHeightFromContentType is illegal. Not applicable to icon content type. |
EQikListBoxSizeCustom |
Gives the opportunity to specify a custom fixed size on both icon and thumbnail. |
|