first_visible_column_of_right_pane property

first_visible_column_of_right_pane property

Gets and sets the first visible column of the right pane.

Definition:

@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):
    ...

See Also