Andrew KeepCoding
Andrew KeepCoding
@michael-hawker Looking at now, you can easily change the selection behaviors (outer and inner) using the `SelectionMode`.
@karkarl Thanks for the feedback. Changed the order and here is how it looks: 
> I wonder if the inheritance and namespace should live under a button+flyout? It's relevant information, but also not critical information. @niels9001 I agree. There's a lot of text around...
> Out of curiosity, in which situation would this information would have been helpful to you @AndrewKeepCoding? 😃 @marcelwgn Now that I've been working with WinUI for a couple of...
I didn't push the commit yet but looks like this: 
@karkarl Done.
Hi @michael-hawker! I'd like to take look at this as my `first good issue` in this repo. I've already cloned the repo, went through the instructions and ran the head...
Hi @Storik4pro!🙂 Thanks for the feedback! Can you share a minimal project that reproduces the issue? A link to your repository or a zipped project attached here would be perfect.
Hi @Storik4pro, thank you for your patience. I was able to reproduce the issue on my side. However, I haven’t yet found a fix or workaround. ```xml false ``` I’ll...
This should work. I just confirmed with a test app. I guess the issue is in the `name` argument you are passing to `GetLocalizedString`. For example,  ```cs // Returns...