I have developed an app where a user can scan barcodes with a Bluetooth scanner. What the user should scan is in a ListView. After a successful scan, the entry should be marked in the ListView and the ListView should jump to the next entry. This works in principle, but the ListView does not scroll. How can I programmatically select an entry in a ListView and make it visible?
↧