KIVY python - scroll view in a layout
问题 I have a simple app in which i would like to insert a scroll view of several buttons. So there is the base code, i want a scroll view inside the grid layout. PS: i have this error: Menu object has no attribute 'view' what I would like to obtain: debug.py: from kivy.app import App from kivy.uix.screenmanager import ScreenManager, Screen from kivy.lang import Builder from kivy.uix.button import Button class AppScreenManager(ScreenManager): def __init__(self, **kwargs): super(AppScreenManager,