UITableView.ReloadSectionIndexTitles 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.
Reloads the index bar long the right edge of a table view.
[Foundation.Export("reloadSectionIndexTitles")]
public virtual void ReloadSectionIndexTitles ();
abstract member ReloadSectionIndexTitles : unit -> unit
override this.ReloadSectionIndexTitles : unit -> unit
- Attributes
Remarks
Use this method to update the index after inserting or deleting sections, without having to reload the entire table.