Andrew KeepCoding

Results 154 comments of 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: ![image](https://github.com/user-attachments/assets/fa5cb538-84c7-4c01-9217-88b843c435af)

> 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: ![image](https://github.com/user-attachments/assets/5386e285-aa3b-4bd5-a7f4-21c4043ab66d)

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, ![image](https://github.com/user-attachments/assets/1051b2e9-d1bc-4339-bcfb-01441385852b) ```cs // Returns...