Tizen Developers

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 on 18 03, 2014

Responses

2 Replies
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.