Browse By Tags

Sorry, but there are no more tags available to filter with.
  • Nested / custom node layout

    Hi,

    Basically, I have an object such as :

    public class MyClass
    {
            public MyClass2 PropertyA {...}
            public MyClass PropertyB {...}
            public ObservableCollection<MyClass3> PropertyC {...}
    }

    I'm trying to use the XamDataTree to render the properties…