ListView.MaximumRows 属性

定义

获取要在 ListView 控件的单个页上显示的最大项数。

protected:
 virtual property int MaximumRows { int get(); };
protected virtual int MaximumRows { get; }
member this.MaximumRows : int
Protected Overridable ReadOnly Property MaximumRows As Integer

属性值

要在 ListView 控件的单个页上显示的最大项数。

注解

DataPager如果对象与控件ListView关联,则MaximumRows属性值由 对象DataPager控制,并且与属性值相同PageSize。 否则,值为 -1。

适用于

另请参阅