Languages

Menu
Sites
Language
Which control is this?

Hi,

some Tizen factory apps (like: Settings > Display) use an expandable radiogroup listitem in a listview(?).
Which control is this?

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

Responses

3 Replies
I don't think it exists in the native UI .. I am not sure but it can be implemented by web UI https://developer.tizen.org/documentation/articles/tizen-ux-conversion-tutorial-expandable-list-part-1
Oberyn Martell
It's something like "expandableList" but it's deprecated anyway.
Jaewon Cho
You can make GroupTableView control for this GUI. There are group APIs such as ExpandGroup()/IsGroupExpanded() instead of ExpandableList, but You need to display the expand/collapse icon by yourself. Tizen factory apps are also made by GroupTableView.