语言

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.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

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