Tim Miller

Results 248 comments of Tim Miller

As you only provided txt files, I tried to reproduce what you're seeing based on those on .NET 8 https://github.com/drasticactions/MauiRepoRedux/tree/bindingview But I couldn't get it working in net8.0 or net9.0...

@XceedBoucherS Thank you for catching that! Yeah, I updated my code. As far as I can tell playing around with it, `MyButton` works fine if you remove that inner `MyBorder`...

Also, this isn't just Windows. I tested it on iOS, Android, and Catalyst too and it happens on all of them. I don't think it's platform specific.

@PureWeen, I'm not sure why this would be a VisualStudio issue. The user tried using Code Tags inside their label, with the text type set to HTML. https://github.com/drasticactions/MauiRepoRedux/tree/tag-test I have...

Can you create a reproduction project for what you're doing here? At least the MAUI UI App portion? As far as I can tell, the docs don't recommend using JSON.NET,...

@unctarheel87 @mikeparker104 the Mac Desktop Idiom controls are limited, not MAUI. There are some properties that you can't change in the desktop idiom with UIKit (as it's mapping to the...

My guess would be that the page you're trying to load wouldn't load normally in a WKWebView in iOS/Mac Catalyst (The basis of MAUIs webview). If you create an example...

@JPfahl I took the security risk on behalf of @PureWeen and your problem is you are breaking Virtualization of the page. VerticalStackLayout and the contents in it don't have an...

@TomEdwardsEnscape Would it be possible to create a small example project showing what you're doing right now to achieve what you're doing? I'm trying to understand what your original issue...

I apologize for the late response. We had an API Review last month, and we felt that, in the end, this API would be too specific to iOS and _this_...