JC Snider

Results 7 comments of JC Snider

Thank you @EPS-Lac for the share. I was facing a similar issue with dynamically expanding/resizing web views within scroll views described [here](https://github.com/dotnet/maui/issues/9078#issuecomment-1235186969). Using your example I was able to work...

Can confirm that this is an issue in .Net 8 and not .Net 7. Will update if I find any causes/workarounds.

I just tested every .Net 8 preview until I found one with a different behavior... In 8.0.0-preview.1.7762 and 8.0.0-preview.2.7871 there was a spacing issue between the header and the flyout...

I'm not part of the team myself, and although I hope this is fixed in the next release I am proceeding as if it won't be and looking to work...

@michaelonz -- I love it.. so simplistic and elegant. No idea why I didn't think of that. I'm gonna mess with this for another hour or so and then I'll...

So another option.. is to add a margin property to the top level view inside the header (in our case the grid) and also set a minimumheightrequest property that is...

Couldn't agree more, for whatever it's worth.