Im looking for a control like the DataForm which is new in Silverlight 3 for handling the whole binding and validation logic (declarativly with property attributes etc) for WPF.
I always thought of SL as a subset of WPF but there seems to bee no DataForm control, at least not in the System.Windows.Controls
namespace like in SL (I know SL uses another CLR)
Have I overlooked something? Thanks for help!
Most (if not all) of the new stuff in SL3 will end up in WPF 4 when .NET 4 and Visual Studio 2010 ship. The DataForm should be included. With SL2 Microsoft started to ship some features in SL before WPF. This seems to continue in for the current release cycle.