Answered
List still throws clicks when hidden
So, I have a List component which was on the display list but
is currently off the display list. If the user clicks on the screen
location where one of the List items used to be, it throws the
"ITEM_CLICK" event.
Why is this? And what's the best way to stop it - do I have to manually set and unset the "enabled" property when I show and hide the component?
Why is this? And what's the best way to stop it - do I have to manually set and unset the "enabled" property when I show and hide the component?