Andrew KeepCoding

Results 154 comments of Andrew KeepCoding

If this is a change that could be considered as enhancement, I'd be happy to create a PR for this.

Yes. Something like the following. Nothing complicated. ```json { "Code": "E790", "Name": "Color", "Tags": ["Palette", "Theme"] }, ``` But since there are too many icons, I'm thinking on implementing the...

I'll create a PR when it's ready.

Just improved a couple of margin settings and fixed the Settings page title from "Windows Design" to "Settings". Nothing critical.

For example, in the **Windows Control** page, the buttons have inconsistent look and spacing. One of them not showing its entire content: ![image](https://github.com/dotMorten/WinUIEx/assets/80524586/efbf9e06-716b-404a-b880-d528cb433a6f) This is how it looks after the...

I also fixed the **Settings** page title: ![image](https://github.com/dotMorten/WinUIEx/assets/80524586/99a7f536-dbc9-4180-ba23-8345747fa5a3) to: ![image](https://github.com/dotMorten/WinUIEx/assets/80524586/6e5a352b-19e8-4550-91f7-a7a0e6f16cd0)

This PR has become old. Closing it.

@michael-hawker I can take a look at this issue if no one has been assigned yet.

@michael-hawker I guess you are right. It breaks when the `WrapPanel` needs to stretch its las child and is given an infinity width. This simple block of code throws the...

> ⚠️ Hey [@AndrewKeepCoding](https://github.com/AndrewKeepCoding), I see you use the term "infinite width", but `*` doesn't mean "infinite". It means "stretch using equal space" and that can be seen by something...