TQikListBoxRowSizeType
Description
Used to specify the type of height a row uses. Note that a row aware layout might override values or types used.
EQikListBoxRowHeightFromContentType |
Makes the row as high as the content type is calculated to be. Not applicable when content type size is EQikListBoxSizeThumbnailFill. |
EQikListBoxRowHeightGrab |
Makes the row grab a portion of the free remaining height (dependent on height limitations put on the row by rows higher up in tree). The height ratio between rows on the same level using grab is set using the height_value property of the QIK_LISTBOX_ROW struct. The value must be higher than 0. |
EQikListBoxRowHeightPixels |
Makes the row a specific number of pixels high. The actual pixels are set using the height_value property of the QIK_LISTBOX_ROW struct. |
EQikListBoxRowHeightFromChildTree |
This type makes the row get its height from the columns it is parent to. The row height will be that of the highest column, rest of the columns will be expanded so that all columns are equally high. |
|