Mauro Sampietro

Results 5 issues of Mauro Sampietro

This is maybe related to #286. Is there a way we can define custom (bigger than LargeIcon) icon sizes?

Feature :1st_place_medal:

To calculate the visibilty of a control i'm using CalcBinding something like 'A?.B?.C > 0'. I get a binding error saying "Value produced by BindingExpression is not valid for target...

Seems like they are not supported yet, just outside classe directly in the namespace

If you are creating an issue for a BUG please fill out this information. If you are asking a question or requesting a feature you can delete the sections below....

I'm trying to parse a very simple json ``` string json = @"{ ""Email"": ""[email protected]"", ""Active"": ""true"", ""CreatedDate"": ""2013-01-20T00:00:00Z"", ""Roles"": [ ""User"", ""Admin"" ] }"; public class Item { public...