Efl.Ui.Scrollable.content_pos

Description

Position of the content inside the scroller.

Since 1.23

Values

  • pos - The position is a virtual value, where 0,0 means the top-left corner.

Signature

@property content_pos @pure_virtual {
    get {}
    set {}
    values {
        pos: Eina.Position2D;
    }
}

C signature

Implemented by