Andrew KeepCoding

Results 154 comments of Andrew KeepCoding

> First of all, the naming of Header and Footer is very misleading. At least, it's consistent with the `NavigationView`'s `TopPane`. ![image](https://github.com/microsoft/microsoft-ui-xaml/assets/80524586/b9888f6b-1755-4385-a5da-7d3594abdfac)

> I'd argue that's just as confusing. I can see the consistency argument to some extent, but we could also break with it before it becomes a pattern. I see....

@dongle-the-gadget Don't worry. You are not the only one. #9702

The error message indicates that you need to add somewhere: ```xml 10.0.19041.35-preview;10.0.19041.35-preview ``` and when you double-click the error message, it opens the file **Microsoft.WindowsAppSDK.targets** which is inside the cached...

Yeah. I figured. How about mentioning "project file" in the error message? I think that it's confusing for devs new with .NET projects😅

> `ComboBox` in contrast applies the padding to the items within the combobox drop/down itself... The `Padding` is applied to the `ComboBox` content, not to the drop items. > Setting...

I agree. The `ListView`'s behavior makes sense to me. Also le'ts not forget about the other basic properties like `Maring`, `BorderBrush`, `BorderThickness`, `Background`, etc...

This demo app might help. 🙂 https://github.com/user-attachments/assets/5f796f6b-0a9d-4357-bb3f-22a39ed2363b

Here's the repo. https://github.com/AndrewKeepCoding/CollectionOperationsDemo

I'm not sure if the `ItemsView` is a good option for grouping. The selection feature is not what you would expect. 🤔