Matt Lacey

Results 209 comments of Matt Lacey

> Tried to run the sample, and that didn't work for me either. Attached the local MVVM Toolkit package so that I could step into it, looks like the call...

When I try and use Narrator, I can't navigate to anything other than the first column. Using this XAML (if it makes a difference). ```xml ```

I have a PoC for converting `WebView` to `WebView2` that also takes care of adding/using appropriate xmlns. This is at https://github.com/mrlacey/TryConvertXaml/blob/main/TryConvertXamlSample/Program.cs It's based on functionality from https://aka.ms/rxt I just need...

> > Due to the uncertainty of a timeline for this it wasn't previously a priority, but working on this again now. > > @mrlacey my apologies if I gave...

If and when this gets picked up again, I have an [improved version of my library](https://www.nuget.org/packages/RapidXaml.AutoFix/1.0.5) that can be used for the XAML changes. It's improved on the basis that...

Adding VS2022 support for the Rapid XAML Toolkit is going to be very complicated and unlikely to be something that will happen quickly, even though I'd like it to and...

> @mrlacey Hello, I would like to ask if there was any progress, considering the stable release of VS2022 is finally out. delays are primarily due to extended periods of...

@Luk164 thanks for the wishes. Sadly, the generation of XAML is based on an old version of the Roslyn libraries and they've introduced many breaking changes since originally written. I...

@xperiandri Which features of the toolkit are you using and which do you think would be particularly useful in Blend? Adding Blend integration will require a lot of extra testing...

> It is simple Yes, until something relied on isn't available. RXT uses some VS integration points that aren't commonly used. Can you share more about how you've used the...