<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableView/sectionIndexMinimumDisplayRowCount",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UITableView(py)sectionIndexMinimumDisplayRowCount"
  },
  "title" : "sectionIndexMinimumDisplayRowCount"
}
-->

# sectionIndexMinimumDisplayRowCount

The number of table rows at which to display the index list on the right edge of the table.

```
var sectionIndexMinimumDisplayRowCount: Int { get set }
```

## Discussion

This property is applicable only to table views in the [`UITableView.Style.plain`](/documentation/UIKit/UITableView/Style-swift.enum/plain) style. The default value is zero.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)