MonoTouch.UIKit.UICollectionViewScrollPosition Enumeration
An enumeration of values used to specify to where a MonoTouch.UIKit.UIView should end up after a scroll into a MonoTouch.UIKit.UICollectionView.

Syntax

[MonoTouch.ObjCRuntime.Native]
[System.Flags]
public enum UICollectionViewScrollPosition

See Also

UICollectionView

Remarks

Members

Member NameDescription
BottomScrolls so that the item is positioned at the bottom of the collection view.
CenteredHorizontallyScrolls so that the item is centered horizontally in the collection view.
CenteredVerticallyScrolls so that the item is centered vertically in the collection view.
LeftScrolls so that the item is positioned at the left edge of the collection view.
NoneDo not scroll the item into the view.
RightScrolls so that the item is positioned at the right edge of the collection view.
TopScrolls so that the item is positioned at the top of the view's bounds.

Related content

Requirements

Namespace: MonoTouch.UIKit
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0