alexrainman / CarouselView

CarouselView control for Xamarin Forms
MIT License
436 stars 178 forks source link

[Bug?] CarouselViewControl FlowDirection property wont set the flowdirection #594

Closed rranlevi closed 3 years ago

rranlevi commented 3 years ago

When adding the CarouselViewControl and setting the flowdirection to RightToLeft, it wont set in the UI, this project is epic but please have a look on this bug. In iOS it does change the layout but not in the android UI.

alexrainman commented 3 years ago

There's not FlowDirection property in this control.

rranlevi commented 3 years ago

There's not FlowDirection property in this control. Is there another way to effect the FlowDirection of the Control?