-
Hello Andrei,
I have a problem with IsRightToLeftFlowDirectionEnabled. When I'm using it with CoverFlowView it seems a little buggy visually. the code is this:
xaml:
```xaml
…
-
-
When I use the Coverflow example the next item on the CoverFlow Carroussel does not render untill I touch the screen.
Your demo project does not have this issue. Did I forget something?
-
I want to display 3 items at every swipe the user makes? Is it possible ?
-
**I'm using VS 2019 for MAC, Xamarin.Forms 3.2.0.871581**
I used this library in my project, and I saw that, It only works properly if I refresh the ItemsSource.
For the first time of loading, it …
-
Hello Andrei,
Can we have a mix of 2 controls you have create?
We want if is possible the CarouselFlowView for main display.
But we want if is possible the CarouselView the dots below the image dis…
-
Hello,
I seem to be having trouble with changing SelectedIndex while IsCyclical is false. I tried with a very simple example of CoverFlowView, put in 3 squares with colors, swiped to the most right…
-
Setting IsCyclical to false in the CoverFlowView causes a null exception.
-
In example project, if I set coverFlow style to bottom as given below.
> self.coverFlowView.coverFlowStyle = .bottom
Some of the card views get hidden when scroll through all cards.
Please re…
-
Currently it's impossible to animate CoverFlow items by changing **SelectedIndex** or **SelectedItem**.
Need to adjust