AllowsMultipleSelection |
Enables or disables multi selection in the CollectionView. |
AllowsSelection |
Enables or disables selection in the CollectionView. |
BackgroundColor |
The backgroundColor of the CollectionView. When the value is set to TAlphaColorRec.Null , the background is transparent allowing additional views to be visible when placed behind the CollectionView, such as an ImageView used as a texture background |
FooterReferenceHeight |
The height of the footer, when the footer is visible in vertical scrolling mode. The width of the footer is stretched depending on the width of the control and the section insets. The height can be customized per section through an additional event. |
FooterReferenceWidth |
The width of the footer, when the footer is visible in horizontal scrolling mode. The height of the footer is stretched depending on the height of the control and the section insets. The width can be customized per section through an additional event. |
|
Toggles the footer visibility |
HeaderReferenceHeight |
The height of the header, when the header is visible in vertical scrolling mode. The width of the header is stretched depending on the width of the control and the section insets. The height can be customized per section through an additional event. |
HeaderReferenceWidth |
The width of the header, when the header is visible in horizontal scrolling mode. The height of the header is stretched depending on the height of the control and the section insets. The width can be customized per section through an additional event. |
HeaderVisible |
Toggles the header visibility. |
ItemBackgroundColor |
The background color of the item, which is transparent by default (TAlphaColorRec.Null ). |
ItemHeight |
The default height of the item. The height can be customized per item through an additional event. |
ItemSelectedBackgroundColor |
The background color of the item in selected state. |
ItemWidth |
The default width of the item. The width can be customized per item through an additional event. |
MinimumInteritemSpacing |
Minimum spacing between items on the same line in a section. Can be customized per section through an additional event. |
MinimumLineSpacing |
Minimum spacing between lines in a section. Can be customized per section through an additional event. |
Scrolling |
Additional scrolling related properties, for more information on properties that are not listed here, please refer to the TMSFMXNativeUIScrollView component. |