Efl.Ui.Scroll.Manager.looping

Description

Controls an infinite loop for a scroller.

Values

  • loop_h - The scrolling horizontal loop
  • loop_v - The Scrolling vertical loop

Overridden from Efl.Ui.Scrollable.looping (get, set).

Signature

@property looping @pure_virtual {
    get {}
    set {}
    values {
        loop_h: bool;
        loop_v: bool;
    }
}

C signature

void efl_ui_scrollable_looping_get(const Eo *obj, Eina_Bool *loop_h, Eina_Bool *loop_v);
void efl_ui_scrollable_looping_set(Eo *obj, Eina_Bool loop_h, Eina_Bool loop_v);

Implemented by