Efl.Ui.Scrollable.scroll_hold

Description

When hold turns on, it only scrolls by holding action.

Since 1.23

Values

  • hold - true if hold.

Signature

@property scroll_hold @pure_virtual {
    get {}
    set {}
    values {
        hold: bool;
    }
}

C signature

Eina_Bool efl_ui_scrollable_scroll_hold_get(const Eo *obj);
void efl_ui_scrollable_scroll_hold_set(Eo *obj, Eina_Bool hold);

Implemented by