Silverlight 3 DataForm 最佳实践

发布于 2024-07-30 03:38:14 字数 160 浏览 10 评论 0原文

我正在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

幸福%小乖 2024-08-06 03:38:14

我正在摆弄 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文