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.