Up

NSCollectionViewGridLayout class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSCollectionViewGridLayout class

NSCollectionViewGridLayout : NSCollectionViewLayout

Declared in:
AppKit/NSCollectionViewGridLayout.h
Availability: MacOS-X 10.11.0

Description forthcoming.

Instance Variables

Method summary

margins 

- (NSEdgeInsets) margins;
Availability: MacOS-X 10.11.0

Description forthcoming.

maximumItemSize 

- (NSSize) maximumItemSize;
Availability: MacOS-X 10.11.0

Description forthcoming.

maximumNumberOfColumns 

- (NSUInteger) maximumNumberOfColumns;
Availability: MacOS-X 10.11.0

Description forthcoming.

maximumNumberOfRows 

- (NSUInteger) maximumNumberOfRows;
Availability: MacOS-X 10.11.0

Description forthcoming.

minimumInteritemSpacing 

- (CGFloat) minimumInteritemSpacing;
Availability: MacOS-X 10.11.0

Description forthcoming.

minimumItemSize 

- (NSSize) minimumItemSize;
Availability: MacOS-X 10.11.0

Description forthcoming.

setMargins: 

- (void) setMargins: (NSEdgeInsets)insets;
Availability: MacOS-X 10.11.0

Description forthcoming.

setMaximumItemSize: 

- (void) setMaximumItemSize: (NSSize)maxSize;
Availability: MacOS-X 10.11.0

Description forthcoming.

setMaximumNumberOfColumns: 

- (void) setMaximumNumberOfColumns: (NSUInteger)maxCols;
Availability: MacOS-X 10.11.0

Description forthcoming.

setMaximumNumberOfRows: 

- (void) setMaximumNumberOfRows: (NSUInteger)maxRows;
Availability: MacOS-X 10.11.0

Description forthcoming.

setMinimumInteritemSpacing: 

- (void) setMinimumInteritemSpacing: (CGFloat)spacing;
Availability: MacOS-X 10.11.0

Description forthcoming.

setMinimumItemSize: 

- (void) setMinimumItemSize: (NSSize)minSize;
Availability: MacOS-X 10.11.0

Description forthcoming.



Instance Variables for NSCollectionViewGridLayout Class

_margins

@protected NSEdgeInsets _margins;
Availability: MacOS-X 10.11.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_maximumItemSize

@protected NSSize _maximumItemSize;
Availability: MacOS-X 10.11.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_maximumNumberOfColumns

@protected NSUInteger _maximumNumberOfColumns;
Availability: MacOS-X 10.11.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_maximumNumberOfRows

@protected NSUInteger _maximumNumberOfRows;
Availability: MacOS-X 10.11.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_minimumInteritemSpacing

@protected CGFloat _minimumInteritemSpacing;
Availability: MacOS-X 10.11.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_minimumItemSize

@protected NSSize _minimumItemSize;
Availability: MacOS-X 10.11.0

Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up