Adolfo Marinucci
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:  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...
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...
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...
Hi all, how could be difficult to implement a feature that combines 'inline' and 'vertical' mode like shown here:  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`)  After PR NSUrlSessionHandler.Proxy property throws NSE only when the client code tries to set a...