if (!glit) glit = elm_genlist_last_item_get(list);
elm_genlist_item_selected_set(glit, EINA_TRUE);
- elm_genlist_item_show(glit);
+ elm_genlist_item_show(glit, ELM_GENLIST_ITEM_SCROLLTO_IN);
}
static void
Elm_Object_Item *glit = data;
if (!glit) return;
- elm_genlist_item_bring_in(glit);
+ elm_genlist_item_bring_in(glit, ELM_GENLIST_ITEM_SCROLLTO_IN);
}
static void
Elm_Object_Item *glit = data;
if (!glit) return;
- elm_genlist_item_show(glit);
+ elm_genlist_item_show(glit, ELM_GENLIST_ITEM_SCROLLTO_IN);
}
static void