David Ortinau

Results 54 comments of David Ortinau

Verified on .NET 8 Preview 6, API33

@rolfbjarne > Are all projects slow, or just this one? all > Is the app just as slow to launch if you tap on it in the simulator? yes >...

@rolfbjarne I was able to deploy to my iPhone 14 Pro and the startup screen only appeared for a few seconds. That's what I expect to see on the simulator...

Testing with net8 preview6 I confirmed this behavior still exists. I also confirmed that `MyCarousel.ScrollTo(1);` works immediately. Try this for now. Also confirmed this method works on .NET 7.

Confirmed the `AppThemeBinding` is working also inconsistently on iOS. Sample project either the new 7.0 template or https://github.com/dotnet-presentations/dotnet-maui-workshop/tree/main/Finish. I have to close and restart the app to get some colors...

I think you want `Position` to set the default item. Thanks for the PR!

To set the spacing between objects use `ItemSpacing`: ``` ```

Thanks @devoirtechsandip! `IndicatorsView` is coming for the dots or whatever you would like it to be. I think CollectionView is just fine for the bottom. There's a fair bit of...

Nice @mallibone ! Thanks for the PR. > to get a nice border between the items. Do you think `ItemsSpacing` would work? Code from one of my carousels: ``` ```

Nice work! The current plan for the pagination dots is to have a separate control (like RefreshView is its own control). https://github.com/xamarin/Xamarin.Forms/issues/6577