UICollectionViewFlowLayout.ItemSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The default size of the UICollectionViewCells being displayed.
public virtual CoreGraphics.CGSize ItemSize { [Foundation.Export("itemSize")] get; [Foundation.Export("setItemSize:")] set; }
member this.ItemSize : CoreGraphics.CGSize with get, set
Property Value
The default value is {50,50}.
- Attributes
Remarks
Can be customized with the GetSizeForItem(UICollectionView, UICollectionViewLayout, NSIndexPath) method.