Andrew KeepCoding
Andrew KeepCoding
Check this "[In a desktop app that requires elevation](https://learn.microsoft.com/en-us/uwp/api/windows.storage.pickers.filesavepicker?view=winrt-26100#in-a-desktop-app-that-requires-elevation?wt.mc_id=MVP_356303)".
@michael-hawker I'm happy to work on a PR for this given the green light. š
Hi @muni20! I followed these steps but I couldn't reproduce the crash. 1) Launch the WinUI 3 Gallery app (v2.4.2.0). 2) Navigate to the `TabView` page. 3) Scroll up to...
@muni20 If this is reproducible on your app, I recommend posting an issue on [Microsoft/microsoft-xaml-ui](https://github.com/microsoft/microsoft-ui-xaml/issues) instead of this repo.
I'd really appreciate if this get fixed soon.š¢
Here's a sample app project with a [workaround](https://github.com/AndrewKeepCoding/BindingFromItemTemplateSample) that works for me. If you want to see it in action, here's a [video](https://youtu.be/vVmtt89G8q8).
> I wouldn't call adding Loading events to set properties in code-behind as a workaround to a binding issue; sure it may work, but it's so much extra code for...
I run my [repro project](https://github.com/AndrewKeepCoding/BindingFromItemTemplateSample) with all v1.5.x available versions but none of them worked.
Iām seeing the same failure on #714 as well.
@Naveen61097 AFAIK, the fix addressed in v1.5 never fixed this issue. Can you share a reproducible project of your case?