prefer_single_view property

prefer_single_view property

Specifies whether the user prefers to see a full-window single-content region over the standard normal view with three content regions. If enabled, the application may choose to display one of the content regions in the entire window. Read/write bool.

Definition:

@property
def prefer_single_view(self):
    ...

@prefer_single_view.setter
def prefer_single_view(self, value):
    ...

See Also