list_rows 属性

list_rows 属性

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

定义:

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

也可以看看