I am trying to get an Android TListBox to work. If I tap on the 1st item, both the OnTap and OnClick events are triggered, but ItemIndex remains as -1. If I then tap on the 2nd item, both events are triggered, but ItemIndex points to the 1st item.

I am trying to get an Android TListBox to work. If I tap on the 1st item, both the OnTap and OnClick events are triggered, but ItemIndex remains as -1. If I then tap on the 2nd item, both events are triggered, but ItemIndex points to the 1st item.

When is the ItemIndex changed? How do I access it properly?

Thanks!

Comments

Post a Comment