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
When you have an element like an Entry inside the Carousel, Add VerticalTextAlignment to the Entry and set the value to End.
Run the app and scroll to the CarouselView page that has the Entry in it try and tap on the Entry to get focus. This action causes the CarouselView to jump to the first page.
Because of this, you can not use the element at all since it can't focus on it.
This happens with other elements too.
As soon as you remove the VerticalTextAlignment from the Element, the carousel works fine again
The text was updated successfully, but these errors were encountered:
When you have an element like an Entry inside the Carousel, Add VerticalTextAlignment to the Entry and set the value to End.
Run the app and scroll to the CarouselView page that has the Entry in it try and tap on the Entry to get focus. This action causes the CarouselView to jump to the first page.
Because of this, you can not use the element at all since it can't focus on it.
This happens with other elements too.
As soon as you remove the VerticalTextAlignment from the Element, the carousel works fine again
The text was updated successfully, but these errors were encountered: