xamarinmac
namespace AppKit
{
    [Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
    [Protocol(Name = "NSCollectionViewDelegateFlowLayout", WrapperType = typeof(NSCollectionViewDelegateFlowLayoutWrapper))]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "SizeForItem", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSCollectionView), typeof(NSCollectionViewLayout), typeof(NSIndexPath) }, ReturnType = typeof(CGSize), Selector = "collectionView:layout:sizeForItemAtIndexPath:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "InsetForSection", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSCollectionView), typeof(NSCollectionViewLayout), typeof(nint) }, ReturnType = typeof(NSEdgeInsets), Selector = "collectionView:layout:insetForSectionAtIndex:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "MinimumLineSpacing", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSCollectionView), typeof(NSCollectionViewLayout), typeof(nint) }, ReturnType = typeof(nfloat), Selector = "collectionView:layout:minimumLineSpacingForSectionAtIndex:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "MinimumInteritemSpacingForSection", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSCollectionView), typeof(NSCollectionViewLayout), typeof(nint) }, ReturnType = typeof(nfloat), Selector = "collectionView:layout:minimumInteritemSpacingForSectionAtIndex:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReferenceSizeForHeader", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSCollectionView), typeof(NSCollectionViewLayout), typeof(nint) }, ReturnType = typeof(CGSize), Selector = "collectionView:layout:referenceSizeForHeaderInSection:")]
    [ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "ReferenceSizeForFooter", ParameterByRef = new[] { false, false, false }, ParameterType = new[] { typeof(NSCollectionView), typeof(NSCollectionViewLayout), typeof(nint) }, ReturnType = typeof(CGSize), Selector = "collectionView:layout:referenceSizeForFooterInSection:")]
    public interface INSCollectionViewDelegateFlowLayout : INSCollectionViewDelegate, INativeObject, IDisposable
}
.NET 6.07.08.09.0
Information specific to xamarinmac
Assembly

Xamarin.Mac , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065

Referencing

The API is automatically referenced.

Platform Restrictions

This framework does not have platform annotations.

  • Built-in API
  • Package-provided API

05/16/2024
An error has occurred. This application may no longer respond until reloaded. Reload 🗙