first_visible_column_of_right_pane属性
first_visible_column_of_right_pane属性
获取并设置右窗格中第一个可见列。
定义:
@property
def first_visible_column_of_right_pane(self):
...
@first_visible_column_of_right_pane.setter
def first_visible_column_of_right_pane(self, value):
...