If you have many refs on a label and want to scroll to a ref without using the mouse, how can we do so programatically instead of using the mouse, which is useful in case of keyboard operation or button click.
I have a chess app written in kivy at
https://github.com/sshivaji/kivy-chess that is in need of this functionality for the widget on the top right, thanks in advance.