-
**Software Versions**
* Python: 3.12.0
* OS: Windows 10 Pro Version 22H2 Build 19045.5131
* Kivy: 2.3.0
* Kivy installation method: pip
**Description**
In the widget hierarchy I have an oute…
-
`FlatList` supports all `ScrollView` props since it uses it under the hood.
We do as well but we have not gone through all of them to verify they won't cause any issues. We should double check the pr…
-
Hi,
How to implement in the renderPage props?
I need scroll bar due to long content.
-
# Who is using scrollview_observer?
Hi everyone, we sincerely thank everyone who uses and supports scrollview_observer. Please let us know who is using it.
## Purpose of this Issue
1. To gath…
-
Is there any way to use ReactNativeZoomableView with ScrollView and/or FlatList?
-
### Description
I have a situation where using a TabbedPage to display a page with a ScrollView on it, doesn't always allow scrolling as far as the bottom of the page when it should!
This is a big b…
-
Hey,
The issue I'm facing is that I'm trying to page views with a scroll view inside them. The paging works great but the scroll views do not work. I've tried disabling vertical pages with no luck.…
-
### Description
When there is no need to move the view screen downward, it is still moved incorrectly.
https://github.com/user-attachments/assets/b6b85fb4-240d-4830-99f9-60c6e9b7fc69
### Steps to …
-
### Description
When adding padding for parent of `ScrollView` and/ or adding element before it, e.g. custom header, scroll bar has some padding on both top and bottom. This seems to be only happen…
-
Hello!
I created a player with custom controls and I just wanted to know if there is any option to create a custom fullscreen mode in ScrollView. I have a miniplayer with ability to go fullscreen but…