Peter Moore
Peter Moore
This is great. Just wondering if you've given any thought to how (or whether) it might be possible to support non-uniform content height?
I found your article and am the one who started the issue (https://github.com/aspnet/Blazor/issues/374) where the Blazor team responded about MVVM support. This is near and dear to my heart and...
This [article](https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/visual-layer-in-desktop-apps) states "To do hit testing, you need to do bounds calculations by walking the visual tree yourself. " Traversing the visual tree is no problem. But how does...
For password-protected Zip files, I am finding that I cannot `Read` accurate data from the `CrcCalculatorStream` unless the position is a multiple of 16. To reproduce: ``` Random rand =...
I've encountered what appears to be a bug in the Windows Rutnime that can cause heap corruption - and therefore unpredictable crashes - when using SQLite.Net PCL in a Runtime...
Opening very large (1000s of pages) PDFs seems very slow. I traced it to `PdfFile.GetPDFDocInfo` which is retrieving the page info for every page before returning. I wonder if a...
### Describe the bug When using a `Binding` for `Setter.Value` in a `Style`, I would expect, as in WPF, that the `Setter` instance wouldn't actually be the binding target, but,...