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
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
Mikilll94
changed the title
[Bug] CarouselView is always taking full vertical space
[Bug] CarouselView is always taking full vertical space of the page
Dec 20, 2019
Description
CarouselView is always taking full vertical space of the page even if it has not set
or something like that
Look at this GIF

As you can see CarouselView is taking full height of the page. Here is the code for this page:
As you can see CarouselView has no VerticalOptions set so it should have the default value
thus it should take a minimum amount of vertical space but instead, it takes full vertical space of the page.
Right now there is no way to make CarouselView to take only the space what it needs
Steps to Reproduce
Run this project on Android
CarouselViewTest.zip
As you can see CarouselView is taking full vertical space of the page.
Expected Behavior
CarouselView should take only the minimum vertical space which it needs
Actual Behavior
CarouselView is taking full vertical space of the page even though
is not set
Basic Information
The text was updated successfully, but these errors were encountered: