Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollectionViewDelegateFlowLayout - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CollectionViewDelegateFlowLayout

    Inheritance
    System.Object
    CollectionViewDelegateFlowLayout
    Namespace: Syncfusion.SfKanban.iOS
    Assembly: Syncfusion.SfKanban.iOS.dll
    Syntax
    public class CollectionViewDelegateFlowLayout : UICollectionViewDelegateFlowLayout

    Constructors

    CollectionViewDelegateFlowLayout(KanbanColumn)

    Declaration
    public CollectionViewDelegateFlowLayout(KanbanColumn column)
    Parameters
    Type Name Description
    KanbanColumn column

    Methods

    GetSizeForItem(UICollectionView, UICollectionViewLayout, NSIndexPath)

    Declaration
    public override CGSize GetSizeForItem(UICollectionView collectionView, UICollectionViewLayout layout, NSIndexPath indexPath)
    Parameters
    Type Name Description
    UIKit.UICollectionView collectionView
    UIKit.UICollectionViewLayout layout
    Foundation.NSIndexPath indexPath
    Returns
    Type Description
    CoreGraphics.CGSize

    ItemSelected(UICollectionView, NSIndexPath)

    Declaration
    public override void ItemSelected(UICollectionView collectionView, NSIndexPath indexPath)
    Parameters
    Type Name Description
    UIKit.UICollectionView collectionView
    Foundation.NSIndexPath indexPath

    ShouldDeselectItem(UICollectionView, NSIndexPath)

    Declaration
    public override bool ShouldDeselectItem(UICollectionView collectionView, NSIndexPath indexPath)
    Parameters
    Type Name Description
    UIKit.UICollectionView collectionView
    Foundation.NSIndexPath indexPath
    Returns
    Type Description
    System.Boolean

    ShouldSelectItem(UICollectionView, NSIndexPath)

    Declaration
    public override bool ShouldSelectItem(UICollectionView collectionView, NSIndexPath indexPath)
    Parameters
    Type Name Description
    UIKit.UICollectionView collectionView
    Foundation.NSIndexPath indexPath
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved