Todd Scharien
Todd Scharien
[On MAUI 7.0.86 - iOS] I've also experienced 1 & 2. In our app we've resorted to using a "go-to-bottom" button that moves your cursor and scrolls to the bottom...
@jonmdev I've had better luck using a StackLayout instead of VerticalStackLayout for most of my layout issues, so you may be interested in that as a workaround. (I know it's...
> In my case, I found a workaround that might be useful to someone else. I hid the checkboxes by overwriting the default maui style in Platforms/Windows/App.xaml. I specified the...