Tizen Developers

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

Responses

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