I would like to implement an excel-like table in a 'Screen' object (child of 'ScreenManager') , with a larger resolution than the device's size. And the user can move / zoom + / zoom - / copy-paste cells, rows ... with its finger. I have no idea of how to do that.
Asked
Active
Viewed 1,194 times
0
-
have you tried anything? – el3ien Dec 15 '17 at 15:59
-
1No. I have really no idea of how to do that in kivy – Mike Delta Dec 15 '17 at 17:27
-
1Consider using a ScrollView Layout. – John Anderson Dec 15 '17 at 19:51
-
Link to [similar post](https://stackoverflow.com/questions/26686631/how-do-you-scroll-a-gridlayout-inside-kivy-scrollview) asking about ScrollView – Shadi Jul 20 '18 at 04:01