Skip to content

Instantly share code, notes, and snippets.

@ohaz
Created March 17, 2016 06:42
Show Gist options
  • Save ohaz/b1290b4467754f3f835c to your computer and use it in GitHub Desktop.
Save ohaz/b1290b4467754f3f835c to your computer and use it in GitHub Desktop.
An example for a scrollview in kivy
ScrollView:
do_scroll_x: False
GridLayout:
cols: 1
size_hint_y: None
height: self.minimum_height
Label:
text: 'Title'
size_hint_y: None
height: '29sp'
Label:
text: 'Title'
size_hint_y: None
height: '29sp'
Label:
text: 'Title'
size_hint_y: None
height: '29sp'
Label:
text: 'Title'
size_hint_y: None
height: '29sp'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment