Hi,
I have 2 ScrollViews, the first one has an Horizontal Orientation. The second one, has a Vertical Orientation and is inside the first one.
In the second one, I put a Grid with X columns and each column is an Entry.
When I select an entry, the keyboard appears and the second scroll is resized vertically. Then broke the View because the second scroll need to has a fixed height.
There are anything that I can do to prevent that?
I already try to set the HeightRequested to the grid Height, but the ContentSize isn't affected.
I'm testing on iOS, but I will have the same problem on Android.
It's hard to explain, but here is 2 images trying to make the problem more clear.
Normal
Problem:
Thank you all