Adolfo Marinucci

Results 14 issues of Adolfo Marinucci

TextBox placeholder didn't honor the vertical/horizontal content alignment properties NumberBox didn't honor the vertical/horizontal content alignment properties

In the latest version currently published on NuGet (0.10.12.2) it's impossible to access DocumentLine properties from background threads (it throws an InvalidOperationException) while it was allowed in version 0.10.9. Looking...

Hi team, I've enhanced a bit HtmlBlock control to allow personalized html writers. I find very useful to feed html-xaml engine with custom html-tags so to show custom elements inside...

Hi, Seems I can't find a way to create a non-affine transform like this: ![image](https://user-images.githubusercontent.com/10573253/190870220-b45ad586-464d-411b-98b4-0fe87bb52a8e.png) These kinds of transforms are really useful to simulate 3d effects. From what I see...

Introduce the new DataGrid `GridStateChanged `event that is raised whenever `FilterDefinitions`, `SortDefinitions`, `CurrentPage`, or `RowsPerPage `change ## Description The intention of the event is to notify the developer code that...

enhancement
API change
PR: needs review

Hey @adospace , That is fine. The library the original poster mention [https://github.com/praeclarum/sqlite-net](sqlite-net) treats Guid as varchar(36) see[https://github.com/praeclarum/sqlite-net/wiki/Features#features](ORM) and the result of this means when creating the sqlite database and...

bug

Hi, I'm facing a strange issue: seems like that symbols are not loaded when I dynamically load an assembly with overload: `Assembly.Load(bytes[], bytes[])` while are correctly loaded if I use...

feature request

Hi all, how could be difficult to implement a feature that combines 'inline' and 'vertical' mode like shown here: ![inline vertical-rcmenu](https://user-images.githubusercontent.com/10573253/51062766-66116700-15f8-11e9-87f2-13b2a9335a64.gif) It's essentially an inline mode but when the mouse...

Before PR NSUrlSessionHandler.Proxy property throws NSE when client code set any value (including `null`) ![image](https://github.com/user-attachments/assets/bb273910-3519-490f-b5fd-1999327012b3) After PR NSUrlSessionHandler.Proxy property throws NSE only when the client code tries to set a...