Nested scrollviews

129 views
Skip to first unread message

Sadaka Technology

unread,
Oct 29, 2020, 12:23:03 PM10/29/20
to Kivy users support
Dear kivy developers, I know I am still new in python kivy, but to be honest I spent 6 months on a project, yet a long journey remaining! , I got shocked when I found that I couldn't fix this nested scrollview issue, my full project is based on nested horizontal scrollviews! , I believe python kivy is an easy program to help us to make apps easily, I compared with other programs it is the easiest, and I cannot cut my journey here! please try to fix this nested scrollview issue, as it must be same as any app nested horrizontal scrollview which if the user applied the touch on the nested scroll, if he scrolls in x directionit will scroll, if he scrolls in Y direction only the parent scrollview must scroll vertically and so on.. Thank you for your time! 

But also say it worked to scroll both sides, I want to disable horizontal scrolling if the user scrolls vertically, and versa vice!

Elliot Garbus

unread,
Oct 29, 2020, 3:30:28 PM10/29/20
to kivy-...@googlegroups.com

--
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/06f5abb8-d712-4f39-a061-0de8d4d61d95n%40googlegroups.com.

 

Sadaka Technology

unread,
Oct 31, 2020, 3:01:47 AM10/31/20
to Kivy users support
I have read this example, in this example, he gave a size hint for the nested scrollview so it can scroll_Y while do_scroll_y is True,, first of all, this will not give a smooth scroll operation, second, once you scroll in y, the nested scroll will scroll in y direction then the parent scroll will be able to scroll, this is also making the scrollview look ugly, however, somepeople suggested in playing in between do_scroll parameters in order to control this, I have found a way to scroll in x and y then I lost that way, but even in that way the scroll is not smooth(once scrolling y also it will scroll in x direction)

Sadaka Technology

unread,
Oct 31, 2020, 3:05:59 AM10/31/20
to Kivy users support
although I added effect_cls: "ScrollEffect" in that example to prevent from scrolling nested scroll in y direction but it is not even scrolling after fixing effect_cls: "ScrollEffect"
Reply all
Reply to author
Forward
0 new messages