robloo

Results 191 comments of robloo

Two thoughts here: 1. We had an old issue where there were rendering artifacts. At the time it was thought to be caused by Skia and was most often visible...

On the off chance it's related to the border rendering issues can you try the BackgroundSizing PR package referenced above? That would eliminate that option fairly quickly if you still...

I realize this does not appear at first. It is an artifact that occurs later on. That means it likely isn't a border rendering issue due to incorrect geometries (which...

> Thanks for this analysis. Would you recommend to set RenderOptions.EdgeMode="Aliased" ? Only if you can tolerate the pixilation in the rounded corners. I'm not sure which looks worse for...

Another idea is to use a clipping geometry. That might be able to hide the issue but I haven't tried it myself.

@llfab Good to know, I think the only possible work-around with no visible downsides is a special clipping geometry.

One related thing I've noticed is that setting `IsHitTestVisible` still allows selecting items using the keyboard. There was a need for groups in a ListBox (supported in UWP/WinUI ListViews) and...

Thanks! didn't have a chance to get to this one myself

@pauldendulk Thanks for taking a look at this. It was a good idea to check the layers. The offending layer is the Bing maps tile layer: ```csharp var tileLayer =...

Thanks for taking a deeper look at this. I think I'll try to run using Mapsui code directly in the app being tested. That will let me step through and...