You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so when I have a vertical scrollview on my page that:
1. has a carouselview as one of its children at the top (I assume this happens to CustomLayouts too)
2. and at the bottom there is another scrollview with horizontal scrolling
I'm facing a problem, when i scroll down by touching the carouselview, it works fine, but when i iterate over the bottom scrollview (horizontally) and want to get back up there by scrolling vertically using the CarouselView it doesn't perform the scrolling until I touch the bottom scrollview and going a little bit vertically, then i can continue scrolling up by touching the carouselview.
NOTE: as I said before I think this happens to CustomLayouts too, please check that yourself or let me know to create a sample for it also
I'm attaching a screen recording and the sample project below
and by the way, the backgroundcolor of frame or even the label in the carouselview datatemplate doesn't show the color that is binding to, maybe I'm doing something wrong or is it a bug?
Description
so when I have a vertical scrollview on my page that:
1. has a carouselview as one of its children at the top (I assume this happens to CustomLayouts too)
2. and at the bottom there is another scrollview with horizontal scrolling
I'm facing a problem, when i scroll down by touching the carouselview, it works fine, but when i iterate over the bottom scrollview (horizontally) and want to get back up there by scrolling vertically using the CarouselView it doesn't perform the scrolling until I touch the bottom scrollview and going a little bit vertically, then i can continue scrolling up by touching the carouselview.
NOTE: as I said before I think this happens to CustomLayouts too, please check that yourself or let me know to create a sample for it also
I'm attaching a screen recording and the sample project below
and by the way, the backgroundcolor of frame or even the label in the carouselview datatemplate doesn't show the color that is binding to, maybe I'm doing something wrong or is it a bug?
Here is the screen recording:
CarouselAndCustomLayoutBug.mp4
Steps to Reproduce
and here is the sample project:
CustomLayoutBug.zip
Version with bug
6.0 Release Candidate 3
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
Android 10.0
Did you find any workaround?
Not yet
Relevant log output
No response