UICollectionViewScrollDirection Enum

Definition

An enumeration of values used by the ScrollDirection property.

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UICollectionViewScrollDirection
type UICollectionViewScrollDirection = 
Inheritance
UICollectionViewScrollDirection
Attributes

Fields

Horizontal 1

Elements are placed left-to-right and then wrap vertically downward.

Vertical 0

Elements are placed top-to-bottom and then wrap horizontally to the right.

Applies to

See also