Languages

Menu
Sites
Language
CustomItem with with some control

Hello, all. I tried create listview with items, which have some control (instance: EditField). I tried modificate CustomItem by mixin of Panel, but this classes have different method Construct. After I tried create CustomElement through inheritance Panel and ICustomElementF, but result of AddControl doesn't equal E_SUCCESS. How can I create list item with some Control?

Regards.

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

Responses

1 Replies
wil smith
Listview is a control and it's item can't of kind control. Only the containers can hold other controls.