1 - When you create a tableview, you have the option to set isLocked to true and that way, restrict the Y scrolling of the entire tableview. Is there anyway you can change the value to false or vice-versa AFTER the table view is created?
2 - How would you go about to remove event listeners from rows after one of the rows is selected? Let’s say I want a little delay before transitioning from the list view to a detailed view but I want to make sure that the user can’t quickly select another row just before transitioning?
Thanks,
Marcos