언어 설정

Menu
Sites
Language
ListView image and text

Hello:D

Tell me please, through which component to use to make a ListView in the likeness of that picture. There's some text, a picture. This is really to make the finished component? I would like to have more ability to group in Groupedlistviev.
Thank you!

https://www.dropbox.com/s/34327xtn99s60en/listview_tabs.png

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 댓글
muditha murthy
You can use a tab bar control and contents in the detail view can be a listview control with custom item.
Alex Dem
Hi, Per my opinion most simple way in your case is: 1) create 'Tab-based' Application from Template 2) try to extend App with additional Tabs and appropriate classes for every additional Tab (class should be inherited from Panel). 3) embed ListView (with Items based on CustomItem) into every Tab class But maybe you could find more elegant ways. Alexey.