UITableView.SectionIndexMinimumDisplayRowCount Property
In this article
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.
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
System.System.IntPtr
System.nativeint
The default value is 0.
- Attributes
Only UITableViewStyle.Plain styled tables should have an index.