Contents

nearestVerticalEdge

Scroll so that the bounding box is adjacent to the nearest edge (leading or trailing) of the collection view. Use this option to support both left-to-right and right-to-left layouts appropriately. This option must not be combined with the Left, Centeredhorizontally, Right, Leadingedge, or Trailingedge options, but may be combined with other options.

Declaration

static var nearestVerticalEdge: NSCollectionView.ScrollPosition { get }

See Also

Constants