UICollectionView.ReloadItems(NSIndexPath[]) 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 for the specified elements.
[Foundation.Export("reloadItemsAtIndexPaths:")]
public virtual void ReloadItems (Foundation.NSIndexPath[] indexPaths);
abstract member ReloadItems : Foundation.NSIndexPath[] -> unit
override this.ReloadItems : Foundation.NSIndexPath[] -> unit
Parameters
- indexPaths
- NSIndexPath[]
The NSIndexPath of the items to be reloaded.
- Attributes
Remarks
If the specified elements are visible, the UICollectionView will discard and then redisplay them.
Applies to
See also
- ReloadData()
- <xref:UIKit.UICollectionView.ReloadSections>