UICollectionViewScrollDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Vertical | 0 | Elements are placed top-to-bottom and then wrap horizontally to the right. |
Horizontal | 1 | Elements are placed left-to-right and then wrap vertically downward. |