Index: test_gengrid.c
===================================================================
--- test_gengrid.c	(revision 77400)
+++ test_gengrid.c	(working copy)
@@ -340,6 +340,10 @@ create_gengrid(Evas_Object *obj, int items)
      }
    elm_gengrid_item_class_free(gic);
 
+   //just trying to show last gengrid item.
+   elm_gengrid_item_show(ti[143].item, ELM_GENGRID_ITEM_SCROLLTO_IN);
+   //Check the below API as well
+//   elm_gengrid_item_bring_in(ti[143].item, ELM_GENGRID_ITEM_SCROLLTO_IN);
    return grid;
 }
 
