Dalton Smith
Dalton Smith
I'm kind of disappointed that an issue that has - been open for over a year - has one of the most comments and upvotes of any issue - numerous...
Any update on this? I don't think the workaround that @mattleibow is valid anymore, as it gives a warning
This issue is a complicated one, as this is fundamentally an iOS/MacCatalyst issue. Pickers are `modal` and you can only have one `modal` displayed at one time. There are controls...
Any update on this feature?
I disagree with this > As a data-driven control designed to manage numerous views, the CarouselView performs best and most reliably when the data dictates the views, rather than attempting...
So the behavior in MAUI is definitely wrong, but no fault of MAUI. Windows makes it very problematic to detect when a device is tablet due to inconsistent standards from...
This issue is unfortunate and blocks my migration to .NET 9. For context, I don't see an obvious way to do ``` Command="{Binding Source={Reference root}, Path=BindingContext.MyCommand}" ``` where `root` refers...
@simonrozsival that doesn't work and throws an exception when using ``` Command="{Binding Source={Reference root}, Path=BindingContext.MyCommand, x:DataType=ContentView}" ``` throws ``` XamlC error XC0045: Binding: Property "MyCommand" not found on "System.Object". ```
I just bumped to cswinrt 2.3.0 in my .NET MAUI (.NET 9) application and my application is failing in CI when attempting to build unpackaged `WindowsAppSdk = None` ``` EXEC...
What exactly is the purpose behind `readthedocs_ext.readthedocs` and should users start adding this dependency to their requirements and conf.py? What exactly does the flyout injection? The extension or readthedocs addons?...