Question

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!

Was it helpful?

Solution

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.

OTHER TIPS

The code is available here http://www.rudigrobler.net/Blog/will-the-real-dataform-please-stand-up (This includes both the Desktop and Silverlight versions for comparison)

The page has moved to: http://rudigroblerwp.wordpress.com/2011/09/27/will-the-real-dataform-please-stand-up/

Checkout, this is available on WPF as well as Silverlight...

http://uiatoms.neurospeech.com/parent-page/form-controls/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top