Languages

Menu
Sites
Language
ListView Item was swept

Hi,
I have ListView with CustomItems.  I have added ListViewItemEventListener for the ListView and have set context for every Item.
But I have observed that after sweep of every item (context is shown) reimplemented method OnListViewItemSwept is not called and  OnListViewItemStateChanged is not called too.
Is It Ok? And how to catch a moment when the Item with existing сontext was swept?

p.s. When item in List has no context OnListViewItemSwept is called.
Thank you in advance.
Alexey.

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

Responses

2 Replies
Pushpa G
I checked UiControls sample app(ListviewForm.cpp). OnListViewItemStateChanged() is called when you change the state of the item like checking on Msg/ enabling Alarm(in the output in emulator). And as you said ListViewItemSwept() did not get called on sweeping of the listitem
Alex Dem
Hi, Thank you for response! But ListViewItemSwept is called when ListItem has no context and item was swept. But I thought method should be called in both cases (independently from is context presented or not ). Alexey.