ListView.SetPageProperties(Int32, Int32, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 ListView 控制項中資料頁的屬性。
protected:
virtual void SetPageProperties(int startRowIndex, int maximumRows, bool databind);
protected virtual void SetPageProperties (int startRowIndex, int maximumRows, bool databind);
abstract member SetPageProperties : int * int * bool -> unit
override this.SetPageProperties : int * int * bool -> unit
Protected Overridable Sub SetPageProperties (startRowIndex As Integer, maximumRows As Integer, databind As Boolean)
參數
- startRowIndex
- Int32
頁面上第一筆資料錄的索引。
- maximumRows
- Int32
單一頁面上的最大項目數。
- databind
- Boolean
在屬性設定後重新繫結控制項,則為 true
,否則為 false
。