net9.0-macos
namespace AppKit
{
    [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(IntPtr) }, 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(IntPtr) }, 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(IntPtr) }, 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(IntPtr) }, 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(IntPtr) }, ReturnType = typeof(CGSize), Selector = "collectionView:layout:referenceSizeForFooterInSection:")]
    [SupportedOSPlatform("macos")]
    [UnsupportedOSPlatform("maccatalyst")]
    public interface INSCollectionViewDelegateFlowLayout : INSCollectionViewDelegate, INativeObject, IDisposable
}
Assembly Microsoft.macOS , Version=14.0.0.0, PublicKeyToken=84e04ff9cfb79065
Help Documentation
.NET 6.0-macos7.0-macos8.0-macos9.0-macos
OS Platforms

For the selected framework this API is only supported on the following OS platforms:

  • Mac Catalyst
  • macOS
  • Built-in API
  • Package-provided API

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