Silverlight 3 DataForm 最佳实践
我正在 Silverlight 3 中做一个新项目,它是一个 LOB 应用程序。 它将有相当数量的数据输入屏幕,其中一些将非常复杂。 新的 DataForm 控件是否能够胜任简单通用表单以外的任何任务,或者我应该创建自定义表单? 如果我创建自定义表单,是否有可用于在 XAML 中布局表单的最佳实践?
I have got a new project I am doing in Silverlight 3 which is a LOB application. It will have a fair number of data entry screens, some of which will be pretty complicated. Is the new DataForm control up to the task for anything other than simple generic forms or should I create custom forms? And if I create custom forms, are there any best practices available for layout out forms in XAML?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我正在摆弄 Silverlight 的 DataForm 控件。 我的表单越复杂,需要进行的自定义越多,DataForm 就越无用。
我在 www.codeproject.com 上有一篇关于开发 Silverlight 3 应用程序的文章
http://www .codeproject.com/KB/silverlight/Ag3DemoLOB.aspx
I was messing around with Silverlight's DataForm control. The more complicated my forms got and the more customizations I needed to make, the more useless the DataForm became.
I have an article about developing Silverlight 3 applications on www.codeproject.com
http://www.codeproject.com/KB/silverlight/Ag3DemoLOB.aspx