UITableView.ReloadSectionIndexTitles 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重新加载表视图右边缘的索引栏。
[Foundation.Export("reloadSectionIndexTitles")]
public virtual void ReloadSectionIndexTitles ();
abstract member ReloadSectionIndexTitles : unit -> unit
override this.ReloadSectionIndexTitles : unit -> unit
- 属性
注解
使用此方法可在插入或删除节后更新索引,而无需重新加载整个表。