B4J Question Tableview Cell Navigation

elitevenkat

Active Member
Licensed User
Longtime User
Setting SingleCellSelection property to true, enables navigation to next cell when TAB key is pressed. However pressing SHIFT+TAB, the focus is lost from the Taleview and control goes to previous view instead of navigating to previous Tableview Cell.

How to set the focus to previous cell of the Tableview ?
 
Top