MDBoxLayout:
ScrollView:
MDGridLayout:
# Main Background
adaptive_height: True
cols: 1
padding: [0,10,0,0]
MDGridLayout:
# catagories space
cols: 1
adaptive_height: True
padding: 10
spacing: 20
MDGridLayout:
cols:1
MDLabel:
text:app.text4
halign: "right"
font_style: "Subtitle1"
MDGridLayout:
cols:1
size_hint_y: None
height: 173
id : view
MDGridLayout:
cols:1
MDLabel:
text:app.text5
halign: "right"
font_style: "Subtitle1"
id:view where that horizontal recycleview placed.
Looks like this issue: https://github.com/kivy/kivy/issues/6889
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/62024b49-7d0d-4042-835c-a2bade298921o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-...@googlegroups.com.
As far as I know you should be able to have a horizontal ScrollView and vertical ScrollView on the same page. The issue is nesting one Scrollview in another Scrollview.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/3fb7b4e5-4961-4773-a21a-c09945fe06cao%40googlegroups.com.
A workaround would be to use horizontal and vertical scrolling at the top level.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/3fb7b4e5-4961-4773-a21a-c09945fe06cao%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/3fb7b4e5-4961-4773-a21a-c09945fe06cao%40googlegroups.com.