PagePropertiesChangingEventArgs.MaximumRows 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取要在每个数据页上显示的最大项数。
public:
property int MaximumRows { int get(); };
public int MaximumRows { get; }
member this.MaximumRows : int
Public ReadOnly Property MaximumRows As Integer
属性值
要在 ListView 控件中的每个数据页上显示的最大项数。