Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
Genlist height
Hello guys,
Here is my code
mLayout = elm_genlist_add(parent);
evas_object_show(mLayout);
Elm_Genlist_Item_Class *itc2 = elm_genlist_item_class_new();
itc2->item_style = “full”;
itc2->func.text_get = NULL;
itc2->func.content_get = gl_content_get;
itc2->func.state_get = NULL;
itc2->func.del = NULL;
then i am setting data and etc
gl_content_get generates an evas_object box wih buttons, labels and etc.
so when i run my program my genlist items dont expand to display data form “gl_content_get” correctly.
how can i increase genlist item height, so that my returned evas_object from gl_content_get displayed correctly?
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio