JC Snider

Results 17 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.

Wow, this is awesome, and much simpler than what I had gotten myself into for my second iteration haha. Not sure if I'll find time today given the Holiday but...

Sorry it took me so long to test and get back to you. It seems like your changes are tied into the `Game.Exit()` function. Which sets `_shouldExit = true`. Those...

@Jjagg: I created a PR for this above (#7096) ... My changes only impact the synchronous loops because it doesn't look like async run loops are supported for the [DesktopGL](https://github.com/MonoGame/MonoGame/blob/5a75f402acf32fbed9db56a118e64ad7bac1a567/MonoGame.Framework/Platform/SDL/SDLGamePlatform.cs#L258)...