Last week, I digged into the API. I can say that many things are done by the Team. I notice that the XAML developement with Silverlight comes more and more like WPF. For the developper who is familiar with WPF (like me), it is easier to play with.
I don't want to enumerate all the new features available on this build, I recommend you to go http://silverlight.net web site to get more details.
What I would like to hightlight is to have request the following features :
- TreeView (Control)
- HierarchicalDataTemplate (Template)
I'm currently finding a way to develop the Site Manager of MOSS 2007 with Silverlight 2.0. As I need a hierachical view to represent SiteCollections/SubSites, it's would be helpfull to have a TreeView Control.
So, my question is: Does Silverlight Team plan to develop TreeView control ?