DataForm 控件类似于 WPF 的 SL3
我正在寻找像 DataForm 这样的控件,它是 Silverlight 3 中的新控件,用于处理 WPF 的整个绑定和验证逻辑(以声明方式使用属性等)。
我一直认为 SL 是 WPF 的子集,但似乎没有 DataForm 控件,至少在 SL 中的 System.Windows.Controls 命名空间中没有(我知道 SL 使用另一个 CLR
)忽略了什么? 感谢帮助!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
查看
http://wpf.codeplex.com/Thread/View.aspx? ThreadId=57614
http://wpfdataform.codeplex.com/
Check out
http://wpf.codeplex.com/Thread/View.aspx?ThreadId=57614
http://wpfdataform.codeplex.com/
代码可在此处获取 http://www.rudigrobler .net/Blog/will-the-real-dataform-please-stand-up(这包括 Desktop 和 Silverlight 版本以进行比较)
该页面已移至:http://rudigroblerwp.wordpress.com/2011/09/27/will -the-real-dataform-please-stand-up/
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/
签出,这在 WPF 和 Silverlight 上都可用...
http://uiatoms .neurospeech.com/parent-page/form-controls/
Checkout, this is available on WPF as well as Silverlight...
http://uiatoms.neurospeech.com/parent-page/form-controls/
当 .NET 4 和 Visual Studio 2010 发布时,SL3 中的大多数(如果不是全部)新内容将最终出现在 WPF 4 中。 应包括数据表单。 在 SL2 中,Microsoft 开始在 WPF 之前在 SL 中提供一些功能。 这似乎在当前的发布周期中持续存在。
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.