UITableViewScrollPosition 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 predefined scroll positions.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UITableViewScrollPosition
type UITableViewScrollPosition =
- Inheritance
-
UITableViewScrollPosition
- Attributes
Fields
Bottom | 3 | Scrolls the cell to the bottom of the view. |
Middle | 2 | Scrolls the row of interest to the middle of the view. |
None | 0 | Minimal scrolling to make the requested cell visible. |
Top | 1 | Scrolls the row of interest to the top of the view. |
Remarks
This is used by the ScrollToRow(NSIndexPath, UITableViewScrollPosition, Boolean) method