Get the Geomatrical size of a scroller

Get the Geomatrical size of a scroller

BY 03 Jul 2015 Native Application Development

How do I get the geomatrical size of a Scroller .
I am using this but it is not working

     evas_object_geometry_get(bubble_scroller, NULL, NULL, &w, &h);
     dlog_print(DLOG_INFO, “SIZE”, “scroller size, [%d,%d]”, w, h);


Please Help.

Written by