TQikListBoxColumnSizeType
Description
Used to specify the type of width a column uses.
EQikListBoxColWidthFromContentType |
Makes the column as wide as the content type is calculated to be. Not applicable when content type size is EQikListBoxSizeThumbnailFill. |
EQikListBoxColWidthGrab |
Makes the column grab a portion of the free remaining width (remaining when fixed width columns has gotten their size). The width ratio between columns on the same level using grab is set using the width_value property of the QIK_LISTBOX_COLUMN struct. The value must be higher than 0. |
EQikListBoxColWidthPixels |
Makes the column a specific number of pixels wide. The actual pixels are set using the width_value property of the QIK_LISTBOX_COLUMN struct. |
EQikListBoxColWidthFromChildTree |
This type makes the column get its width from the rows it is parent to. The column width will be that of the widest row, rest of the rows will be expanded so that all rows are equally wide. |
|