TQikListBoxLayoutSizeType
Description
Used to specify the type of height of the layout.
EQikListBoxLayoutHeightFill |
Makes the layout and in the end the item fill the entire height of the cell size provided by the list box view. In a row view the cell size height would be the entire visible height, i.e it is not a good idea to use this type in a row view. In a list box grid view the cell size height is the height of a grid cell, making it useful to use this type to dynamically fill the entire height of a grid cell. |
EQikListBoxLayoutHeightPixels |
Makes the layout height fixed in pixels, should only be applicable to use in custom amde views. |
EQikListBoxLayoutHeightFromColumns |
Makes the layout and in the end the item as high as the columns sub tree calculated itself to be. Should always be used in a list box using row view. |
|