UITableView.MoveRow(NSIndexPath, NSIndexPath) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將資料列從 fromIndexPath
移至 toIndexPath
。
[Foundation.Export("moveRowAtIndexPath:toIndexPath:")]
public virtual void MoveRow (Foundation.NSIndexPath fromIndexPath, Foundation.NSIndexPath toIndexPath);
abstract member MoveRow : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
override this.MoveRow : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
參數
- fromIndexPath
- NSIndexPath
, NSIndexPath 表示原始資料列。
- toIndexPath
- NSIndexPath
所需的位置。
- 屬性
備註
與 或 DeleteRows(NSIndexPath[], UITableViewRowAnimation)) 相反 InsertRows(NSIndexPath[], UITableViewRowAnimation) 地,沒有移動資料列陣列的函式 (。 應用程式開發人員必須改為重複呼叫此函式。 如果在動畫區塊內 BeginUpdates()-EndUpdates() 呼叫此函式,所有資料列操作都會以單一動畫的形式發生。