Languages

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.

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

Responses

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