list_rows属性

list_rows属性

表示列表中显示的最大行数。

定义:

@property
def list_rows(self):
    ...
@list_rows.setter
def list_rows(self, value):
    ...

也可以看看