UITableView.SectionIndexMinimumDisplayRowCount Property

Definition

The number of rows required in a table view before the index list is displayed.

public virtual nint SectionIndexMinimumDisplayRowCount { [Foundation.Export("sectionIndexMinimumDisplayRowCount")] get; [Foundation.Export("setSectionIndexMinimumDisplayRowCount:")] set; }
member this.SectionIndexMinimumDisplayRowCount : nint with get, set

Property Value

System.System.IntPtr System.nativeint

The default value is 0.

Attributes

Remarks

Only UITableViewStyle.Plain styled tables should have an index.

Applies to