语言

Menu
Sites
Language
Using of OpenContextItem in ListView

Hi,
I have tried to use OpenContextItem in ListView  to open context of current item when Item was selected.
I have added code inside of OnListViewItemStateChanged:

if(listView.IsContextItemOpened(index)==false)
{
  listView.OpenContextItem(index);
}

But sometimes when I have selected item : context is opened, but sometimes not.
I think it is discrepancy and behaviour should be unambiguous.
Alexey.

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

响应

1 回复
wil smith
Issue could be because of touching outside the item area.