UICollectionView.ReloadSections(NSIndexSet) 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 data in the specified sections of the UICollectionView.
[Foundation.Export("reloadSections:")]
public virtual void ReloadSections (Foundation.NSIndexSet sections);
abstract member ReloadSections : Foundation.NSIndexSet -> unit
override this.ReloadSections : Foundation.NSIndexSet -> unit
Parameters
- sections
- NSIndexSet
The sections to reload.
- Attributes
Remarks
This method reloads all of the elements within the specified sectins. If these elements are visible, the UICollectionView will discard and then redisplay them.
Applies to
See also
- ReloadData()
- <xref:UIKit.UICollectionView.ReloadItems>