Brandon Minnick

Results 264 comments of Brandon Minnick

Repro Video: https://1drv.ms/u/s!AnmXwEzpaYLslzhIQmucWNj7U98O

# Image in StackLayout Doesn't Appear Here's another example where the image doesn't appear; this time when it's inside of a `StackLayout` ```csharp public class StackLayoutPage : ContentPage { const...

Hi @trdsolutions! If you’re a student, you can sign up for free without a credit card: [https://azure.microsoft.com/free/students/](https://azure.microsoft.com/free/students/?WT.mc_id=XamarinAzureChallenge-github-bramin)

On iOS, it appears that .NET MAUI lays out the `RefreshView` based on the device's Landscape width despite the device being in Portrait orientation. In the video below, we can...

I confirmed that setting `RefreshView.WidthRequest` and `RefreshView.MaximumWidthRequest` does not fix the problem. Neither of the following work-arounds fix the issue. In both scenarios, the `RefreshView` `ActivityIndicator` appears in the same...

> Rename StateLayout to StateContainer Agreed. FYI @nicjay we decided on this name change in today's [standup](https://www.youtube.com/watch?v=ZLwJlJPTKvY). > Replace IList with IList What if we change `IList` to `IDictionary`? This...

Just FYI - We aren't able to remove the LayoutState enum from the project because it's used by StateToBoolConverter

> should RepeatCount be dropped for MCT? It adds complexity and doesn't seem particularly related to the concept of state Thanks @nicjay! I agree - maybe we remove the `DataTemplate`...

@pictos - Can we merge this since it fixes the bug on Android? As long as we keep the Bug open, we should be good right?

Hey @vhugogarcia! We don't have any Lottie tooling in the .NET MAUI Community Toolkit. Did you perhaps intent to open this Issue on the [.NET MAUI repo](https://github.com/dotnet/maui) or the [SkiaSharp.Extended](https://github.com/mono/SkiaSharp.Extended)...