Efl.Ui.Collection.item_scroll

Description

Brings the passed item into the viewport.

Since 1.23

Signature

item_scroll {
    params {
        @in item: Efl.Ui.Item;
        @in animation: bool;
    }
}

C signature

void efl_ui_collection_item_scroll(Eo *obj, Efl_Ui_Item *item, Eina_Bool animation);

Parameters

  • item (in) - The target to move into view.
  • animation (in) - If you want to have an animated transition.

Implemented by