| Member Name | Description |
|---|---|
| Bottom | Scrolls so that the item is positioned at the bottom of the collection view. |
| CenteredHorizontally | Scrolls so that the item is centered horizontally in the collection view. |
| CenteredVertically | Scrolls so that the item is centered vertically in the collection view. |
| Left | Scrolls so that the item is positioned at the left edge of the collection view. |
| None | Do not scroll the item into the view. |
| Right | Scrolls so that the item is positioned at the right edge of the collection view. |
| Top | Scrolls so that the item is positioned at the top of the view's bounds. |