[Bug] FlexLayout does not position correctly within parent layout
- Dominant language
- C#
- Stars
- 23.3k
- Forks
- 2k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 297
Description
### Description
The layouts are overlapping, but should not be. Seems `FlexLayout` doesn't measure correctly or before the next element in the VSL is position (cuz I can't resist guessing for no good reason).
```
```
### Expected Behavior
### Actual Behavior
### Basic Information
- Version with issue: preview.7
### Screenshots

By default I don't show the FlexLayout on iOS:

When I do it's the same overlap problem as macOS and I expect other platforms.

### Reproduction Link
https://github.com/davidortinau/WeatherTwentyOne/blob/main/src/WeatherTwentyOne/Pages/HomePage.xaml
Contributor guide
Assessment
This issue has not been assessed yet.