Skip to content

Control.IsOffscreen always returns 0 instead of Bool type #300

Open
@Kendr1ckFu

Description

@Kendr1ckFu

The Control.IsOffscreen property does not work as expected.
When I retrieve the IsOffscreen property of a control, it always returns 0 regardless of the control's state, whereas it is expected to return a Boolean value indicating whether the control is offscreen.

You can observe the phenomenon in this code block:

# function_group is a GroupControl object
print(function_group.IsOffscreen) # always output 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions