UIKit.UITableViewCell.ShowsReorderControl Property
Whether the reordering control is currently showing in the cell (read-only).

Syntax

[get: Foundation.Export("showsReorderControl")]
[set: Foundation.Export("setShowsReorderControl:")]
public virtual bool ShowsReorderControl { get; set; }

Value

Default value is false.

Remarks

The reordering control consists of three grey, horizontal lines on the right side of the cell. Dragging this control causes the entire cell to be moved to another position in the table.

The reordering control only appears if this property is set and the UITableViewSource.MoveRow(UITableView, Foundation.NSIndexPath, Foundation.NSIndexPath) method has been implemented on the UIKit.UITableViewSource. The reordering control can be selectively hidden on specific rows by returning false from UITableViewSource.CanMoveRow(UITableView, Foundation.NSIndexPath)

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0