Languages

Menu
Sites
Language
Add new item in the up GroupListView

please tell me whether it is actually add the items up grouplistview?

Responses

5 Replies
Chintan Gandhi

Hi Levan,

GroupedListview class displays a list of grouped items. Whenever you place a new item in a perticular group you need to use ListContextItem->AddElement

Just go through this

https://developer.tizen.org/documentation/dev-guide

hope it helps

Thanks.

 

Chintan Gandhi

Sorry this is the actual link:

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.apireference%2FclassTizen_1_1Ui_1_1Controls_1_1GroupedListView.html

Thanks.

Levan Gogohia

I saw the documentation, but did not find how to add the items up

Alex Ashirov

Hello,

Please see my answer below:

https://developer.tizen.org/forums/native-application-development/creating-list-items-listview-run-time

It should be similar for the GroupListView.

Chintan Gandhi

Hi,

To add a item using ListContextItem->AddElement as I earlier mentioned. Which can be later displayed using Grouped list view.

reference:

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.apireference%2FclassTizen_1_1Ui_1_1Controls_1_1ListContextItem.html

Thanks.