UITableViewDelegate.IndentationLevel(UITableView, NSIndexPath) Method
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.
Get the indentation level for the row specified by indexPath
.
[Foundation.Export("tableView:indentationLevelForRowAtIndexPath:")]
public virtual nint IndentationLevel (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member IndentationLevel : UIKit.UITableView * Foundation.NSIndexPath -> nint
override this.IndentationLevel : UIKit.UITableView * Foundation.NSIndexPath -> nint
Parameters
- tableView
- UITableView
Table view containing the row.
- indexPath
- NSIndexPath
Location of the row.
Returns
System.System.IntPtr
System.nativeint
How much the contents of this row should be indented to show its hierarchical position with respect to the other rows.
- Attributes