UITableView Class
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.
[Foundation.Register("UITableView", true)]
public class UITableView : UIKit.UIScrollView, IDisposable, UIKit.IUIDataSourceTranslating, UIKit.IUISpringLoadedInteractionSupporting
[Foundation.Register("UITableView", true)]
public class UITableView : UIKit.UIScrollView, IDisposable, UIKit.IUIDataSourceTranslating
[<Foundation.Register("UITableView", true)>]
type UITableView = class
inherit UIScrollView
interface INSCoding
interface INativeObject
interface IDisposable
interface IUIDataSourceTranslating
interface IUISpringLoadedInteractionSupporting
[<Foundation.Register("UITableView", true)>]
type UITableView = class
inherit UIScrollView
interface INSCoding
interface INativeObject
interface IDisposable
interface IUIDataSourceTranslating
- Inheritance
- Attributes
- Implements
Constructors
| UITableView() |
Creates a new UITableView with default values. |
| UITableView(CGRect, UITableViewStyle) | |
| UITableView(CGRect) | |
| UITableView(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| UITableView(NSCoder) |
A constructor that initializes the object from the data stored in the unarchiver object. |
| UITableView(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| AccessibilityActivationPoint | (Inherited from UIView) |
| AccessibilityAssistiveTechnologyFocusedIdentifiers | (Inherited from UIResponder) |
| AccessibilityAttributedHint | (Inherited from UIView) |
| AccessibilityAttributedLabel | (Inherited from UIView) |
| AccessibilityAttributedUserInputLabels | (Inherited from UIView) |
| AccessibilityAttributedValue | (Inherited from UIView) |
| AccessibilityCustomActions | (Inherited from UIResponder) |
| AccessibilityDirectTouchOptions | (Inherited from UIView) |
| AccessibilityDragSourceDescriptors | (Inherited from UIResponder) |
| AccessibilityDropPointDescriptors | (Inherited from UIResponder) |
| AccessibilityElementsHidden | (Inherited from UIView) |
| AccessibilityExpandedStatus | (Inherited from UIView) |
| AccessibilityFrame | (Inherited from UIView) |
| AccessibilityHeaderElements | (Inherited from UIView) |
| AccessibilityHint | (Inherited from UIView) |
| AccessibilityIdentifier |
Uniquely identifies |
| AccessibilityIgnoresInvertColors | (Inherited from UIView) |
| AccessibilityLabel | (Inherited from UIView) |
| AccessibilityLanguage | (Inherited from UIView) |
| AccessibilityNavigationStyle | (Inherited from UIView) |
| AccessibilityPath | (Inherited from UIView) |
| AccessibilityRespondsToUserInteraction | (Inherited from UIView) |
| AccessibilityTextualContext | (Inherited from UIView) |
| AccessibilityTraits | (Inherited from UIView) |
| AccessibilityUserInputLabels | (Inherited from UIView) |
| AccessibilityValue | (Inherited from UIView) |
| AccessibilityViewIsModal | (Inherited from UIView) |
| ActivityItemsConfiguration | (Inherited from UIResponder) |
| AdjustedContentInset | (Inherited from UIScrollView) |
| AlignmentRectInsets | (Inherited from UIView) |
| AllowsFocus | |
| AllowsFocusDuringEditing | |
| AllowsKeyboardScrolling | (Inherited from UIScrollView) |
| AllowsMultipleSelection | |
| AllowsMultipleSelectionDuringEditing | |
| AllowsSelection | |
| AllowsSelectionDuringEditing | |
| Alpha | (Inherited from UIView) |
| AlwaysBounceHorizontal | (Inherited from UIScrollView) |
| AlwaysBounceVertical | (Inherited from UIScrollView) |
| AnchorPoint | (Inherited from UIView) |
| Appearance |
Strongly-typed property that returns the UIAppearance class for this class. |
| AppliedContentSizeCategoryLimitsDescription | (Inherited from UIView) |
| AutomaticallyAdjustsScrollIndicatorInsets | (Inherited from UIScrollView) |
| AutomaticDimension |
Represents the value associated with the constant UITableViewAutomaticDimension |
| AutoresizingMask | (Inherited from UIView) |
| AutosizesSubviews | (Inherited from UIView) |
| BackgroundColor |
The color used for the background. (Inherited from UIView) |
| BackgroundView | |
| BottomAnchor | (Inherited from UIView) |
| BottomEdgeEffect | (Inherited from UIScrollView) |
| Bounces | (Inherited from UIScrollView) |
| BouncesHorizontally | (Inherited from UIScrollView) |
| BouncesVertically | (Inherited from UIScrollView) |
| BouncesZoom | (Inherited from UIScrollView) |
| Bounds | (Inherited from UIView) |
| CanBecomeFirstResponder | (Inherited from UIResponder) |
| CanBecomeFocused | (Inherited from UIView) |
| CanCancelContentTouches | (Inherited from UIScrollView) |
| CanResignFirstResponder | (Inherited from UIResponder) |
| CellLayoutMarginsFollowReadableWidth | |
| Center | (Inherited from UIView) |
| CenterXAnchor | (Inherited from UIView) |
| CenterYAnchor | (Inherited from UIView) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| ClearsContextBeforeDrawing | (Inherited from UIView) |
| ClipsToBounds | (Inherited from UIView) |
| CollisionBoundingPath |
Returns the closed path that is used for collision detection. (Inherited from UIView) |
| CollisionBoundsType |
Returns a value that tells how collision bounds are specified. (Inherited from UIView) |
| Constraints | (Inherited from UIView) |
| ContentAlignmentPoint | (Inherited from UIScrollView) |
| ContentHuggingElements | |
| ContentInset | (Inherited from UIScrollView) |
| ContentInsetAdjustmentBehavior | (Inherited from UIScrollView) |
| ContentLayoutGuide | (Inherited from UIScrollView) |
| ContentMode | (Inherited from UIView) |
| ContentOffset | (Inherited from UIScrollView) |
| ContentScaleFactor | (Inherited from UIView) |
| ContentSize | (Inherited from UIScrollView) |
| ContentStretch | (Inherited from UIView) |
| ContextMenuInteraction | |
| CoordinateSpace |
Gets the coordinate space implemenation. (Inherited from UIScrollView) |
| CornerConfiguration | (Inherited from UIView) |
| DataSource |
The object that acts as the data source for the table view. |
| DebugDescription | (Inherited from NSObject) |
| Decelerating |
If this property returns |
| DecelerationRate | (Inherited from UIScrollView) |
| DelaysContentTouches | (Inherited from UIScrollView) |
| Delegate |
An instance of the UIKit.IUITableViewDelegate model class which acts as the class delegate. |
| Description | (Inherited from NSObject) |
| DirectionalLayoutMargins | (Inherited from UIView) |
| DirectionalLockEnabled |
If |
| DirectionalPressGestureRecognizer | (Inherited from UIScrollView) |
| DragDelegate | |
| Dragging |
Returns |
| DragInteractionEnabled | |
| DropDelegate | |
| Editing |
Whether the table view is in editing mode. |
| EditingInteractionConfiguration | (Inherited from UIResponder) |
| EffectiveUserInterfaceLayoutDirection | (Inherited from UIView) |
| EstimatedRowHeight | |
| EstimatedSectionFooterHeight | |
| EstimatedSectionHeaderHeight | |
| ExclusiveTouch |
Restricts the event delivery to this view. (Inherited from UIView) |
| FillerRowHeight | |
| FirstBaselineAnchor | (Inherited from UIView) |
| Focused |
Whether the UIView is the focused view. (Inherited from UIView) |
| FocusEffect | (Inherited from UIView) |
| FocusGroupIdentifier | (Inherited from UIView) |
| FocusGroupPriority | (Inherited from UIView) |
| FocusItemContainer |
Gets the container that manages focus information for child focus items. (Inherited from UIView) |
| FocusItemDeferralMode | (Inherited from UIView) |
| Frame | (Inherited from UIView) |
| FrameLayoutGuide | (Inherited from UIScrollView) |
| GestureRecognizers | (Inherited from UIView) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| HasActiveDrag | |
| HasActiveDrop | |
| HasAmbiguousLayout | (Inherited from UIView) |
| HasUncommittedUpdates | |
| HeightAnchor | (Inherited from UIView) |
| Hidden |
Specifies whether the UIView displays or not. (Inherited from UIView) |
| HorizontalScrollIndicatorInsets | (Inherited from UIScrollView) |
| HoverStyle | (Inherited from UIView) |
| IndexDisplayMode | (Inherited from UIScrollView) |
| IndexPathForSelectedRow | |
| IndexPathsForSelectedRows | |
| IndexPathsForVisibleRows | |
| IndexSearch |
Represents the value associated with the constant |
| IndicatorStyle | (Inherited from UIScrollView) |
| InputAccessoryView | (Inherited from UIResponder) |
| InputAccessoryViewController | (Inherited from UIResponder) |
| InputAssistantItem | (Inherited from UIResponder) |
| InputView | (Inherited from UIResponder) |
| InputViewController | (Inherited from UIResponder) |
| InsetsContentViewsToSafeArea | |
| InsetsLayoutMarginsFromSafeArea | (Inherited from UIView) |
| Interactions | (Inherited from UIView) |
| IntrinsicContentSize | (Inherited from UIView) |
| IsAccessibilityElement | (Inherited from UIView) |
| IsDirectBinding | (Inherited from NSObject) |
| IsFirstResponder | (Inherited from UIResponder) |
| IsProxy | (Inherited from NSObject) |
| IsTransparentFocusItem | (Inherited from UIView) |
| KeyboardDismissMode | (Inherited from UIScrollView) |
| KeyboardLayoutGuide | (Inherited from UIView) |
| KeyCommands | (Inherited from UIResponder) |
| LargeContentImage | (Inherited from UIView) |
| LargeContentImageInsets | (Inherited from UIView) |
| LargeContentTitle | (Inherited from UIView) |
| LastBaselineAnchor | (Inherited from UIView) |
| Layer | (Inherited from UIView) |
| LayoutGuides | (Inherited from UIView) |
| LayoutMargins | (Inherited from UIView) |
| LayoutMarginsGuide | (Inherited from UIView) |
| LeadingAnchor | (Inherited from UIView) |
| LeftAnchor | (Inherited from UIView) |
| LeftEdgeEffect | (Inherited from UIScrollView) |
| MaskView | (Inherited from UIView) |
| MaximumContentSizeCategory | (Inherited from UIView) |
| MaximumZoomScale | (Inherited from UIScrollView) |
| MinimumContentSizeCategory | (Inherited from UIView) |
| MinimumZoomScale | (Inherited from UIScrollView) |
| MotionEffects | (Inherited from UIView) |
| MultipleTouchEnabled |
Controls whether the UIView can handle multitouch events. (Inherited from UIView) |
| NextResponder | (Inherited from UIResponder) |
| Opaque |
Determines whether the view is opaque or not. (Inherited from UIView) |
| OverrideUserInterfaceStyle | (Inherited from UIView) |
| PagingEnabled |
If |
| PanGestureRecognizer | (Inherited from UIScrollView) |
| ParentFocusEnvironment |
Gets the parent focus environment. (Inherited from UIView) |
| PasteConfiguration |
The UIPasteConfiguration supported by |
| PinchGestureRecognizer | (Inherited from UIScrollView) |
| PreferredFocusedView |
If not |
| PreferredFocusEnvironments |
Gets the list of focus environments, ordered by priority, that the environment prefers when updating the focus. (Inherited from UIView) |
| PrefetchDataSource | |
| PrefetchingEnabled | |
| PreservesSuperviewLayoutMargins | (Inherited from UIView) |
| ReadableContentGuide | (Inherited from UIView) |
| RefreshControl | (Inherited from UIScrollView) |
| RemembersLastFocusedIndexPath | |
| RestorationIdentifier | (Inherited from UIView) |
| RetainCount | (Inherited from NSObject) |
| RightAnchor | (Inherited from UIView) |
| RightEdgeEffect | (Inherited from UIScrollView) |
| RowHeight | |
| SafeAreaInsets | (Inherited from UIView) |
| SafeAreaLayoutGuide | (Inherited from UIView) |
| ScalesLargeContentImage | (Inherited from UIView) |
| ScrollAnimating | (Inherited from UIScrollView) |
| ScrollEnabled |
If set to |
| ScrollIndicatorInsets | (Inherited from UIScrollView) |
| ScrollsToTop | (Inherited from UIScrollView) |
| SectionFooterHeight | |
| SectionHeaderHeight | |
| SectionHeaderTopPadding | |
| SectionIndexBackgroundColor |
Gets or sets the background color for section index. |
| SectionIndexColor |
Gets or sets the color used for the index text. |
| SectionIndexMinimumDisplayRowCount | |
| SectionIndexTrackingBackgroundColor |
Gets or sets the background color of the table view's index. |
| SelectionDidChangeNotification |
Notification constant for SelectionDidChange |
| SelectionFollowsFocus | |
| Self | (Inherited from NSObject) |
| SelfSizingInvalidation | |
| SemanticContentAttribute | (Inherited from UIView) |
| SeparatorColor |
Gets or sets the row separator color. |
| SeparatorEffect |
Gets or sets the visual effect to use for separators. |
| SeparatorInset |
Gets or sets the edge inset for row separators. |
| SeparatorInsetReference | |
| SeparatorStyle | |
| ShouldGroupAccessibilityChildren | (Inherited from UIView) |
| ShouldScrollToTop |
Delegate invoked by the object to get a value. (Inherited from UIScrollView) |
| ShowsHorizontalScrollIndicator | (Inherited from UIScrollView) |
| ShowsLargeContentViewer | (Inherited from UIView) |
| ShowsVerticalScrollIndicator | (Inherited from UIScrollView) |
| Source |
A MonoTouch-specific feature that uses a UITableViewSource subclass to act as both Delegate or DataSource. |
| SpringLoaded |
Gets or sets a Boolean value that controls whether the object participates in spring-loaded interactions. |
| Style | |
| Subviews | (Inherited from UIView) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Superview | (Inherited from UIView) |
| TableFooterView | |
| TableHeaderView | |
| Tag | (Inherited from UIView) |
| TextInputContextIdentifier | (Inherited from UIResponder) |
| TextInputMode | (Inherited from UIResponder) |
| TintAdjustmentMode | (Inherited from UIView) |
| TintColor |
The color used for tinting. (Inherited from UIView) |
| TopAnchor | (Inherited from UIView) |
| TopEdgeEffect | (Inherited from UIScrollView) |
| TouchBar | (Inherited from UIResponder) |
| Tracking |
Returns |
| TrailingAnchor | (Inherited from UIView) |
| TraitCollection |
Gets the trait collection that describes the environment. (Inherited from UIView) |
| TraitOverrides | (Inherited from UIView) |
| TransfersHorizontalScrollingToParent | (Inherited from UIScrollView) |
| TransfersVerticalScrollingToParent | (Inherited from UIScrollView) |
| Transform | (Inherited from UIView) |
| Transform3D | (Inherited from UIView) |
| TranslatesAutoresizingMaskIntoConstraints | (Inherited from UIView) |
| UndoManager | (Inherited from UIResponder) |
| UserActivity | (Inherited from UIResponder) |
| UserInteractionEnabled |
Determines whether input events are processed by this view. (Inherited from UIView) |
| VerticalScrollIndicatorInsets | (Inherited from UIScrollView) |
| ViewForBaselineLayout | (Inherited from UIView) |
| ViewForFirstBaselineLayout | (Inherited from UIView) |
| ViewForLastBaselineLayout | (Inherited from UIView) |
| ViewForZoomingInScrollView |
Delegate invoked by the object to get a value. (Inherited from UIScrollView) |
| ViewPrintFormatter | (Inherited from UIView) |
| VisibleCells | |
| VisibleSize |
Gets the visible size of the scrollview container. (Inherited from UIScrollView) |
| WeakDataSource | |
| WeakDelegate | |
| WidthAnchor | (Inherited from UIView) |
| Window | (Inherited from UIView) |
| Zone | (Inherited from NSObject) |
| ZoomAnimating | (Inherited from UIScrollView) |
| ZoomBouncing |
Returns |
| Zooming |
Returns |
| ZoomScale | (Inherited from UIScrollView) |
Methods
Events
| DecelerationEnded |
Event raised by the object. (Inherited from UIScrollView) |
| DecelerationStarted |
Event raised by the object. (Inherited from UIScrollView) |
| DidChangeAdjustedContentInset |
Event raised by the object. (Inherited from UIScrollView) |
| DidZoom |
Event raised by the object. (Inherited from UIScrollView) |
| DraggingEnded |
Event raised by the object. (Inherited from UIScrollView) |
| DraggingStarted |
Event raised by the object. (Inherited from UIScrollView) |
| ScrollAnimationEnded |
Event raised by the object. (Inherited from UIScrollView) |
| Scrolled |
Event raised by the object. (Inherited from UIScrollView) |
| ScrolledToTop |
Event raised by the object. (Inherited from UIScrollView) |
| WillEndDragging |
Event raised by the object. (Inherited from UIScrollView) |
| ZoomingEnded |
Event raised by the object. (Inherited from UIScrollView) |
| ZoomingStarted |
Event raised by the object. (Inherited from UIScrollView) |