{{tag>python kivy}} ====== Kivy code examples ====== Click on image to see code for that. ===== RecycleView ===== Scrollable buttons. [[kivy_recycle_view1|{{:wiki:kivy_recycle_view1.png?400|}}]] [[wiki:kivy_custom_size_widgets|See this code]] if you want custom size of buttons (or any other widgets). ===== GridLayout ===== Grid layout that has fixed button size regardless of the window size. [[fixed_btn_size|{{:wiki:fixed_btn_size.png?400|}}]] ====== Tested on ====== * Kivy==1.11.1 * Kivy==2.0.0 ====== References ====== https://kivy.org/doc/stable/api-kivy.uix.recycleview.html#module-kivy.uix.recycleview