UITableView.SectionIndexMinimumDisplayRowCount Property
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.
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.