数据绑定对象数组?

发布于 2024-12-16 21:10:11 字数 360 浏览 0 评论 0原文

作为一名实习生,我需要开发一个 WP7 应用程序,我现在正处于了解和学习 WP7 的学习阶段。氮 现在我遇到了 Windows Phone 7 的数据绑定。我已经知道这将是我将在这个应用程序中使用的最重要的功能之一。

所以我得到一个对象数组 A,它有一个对象 B,对象 B 有一个对象 C。 我想要的是对数组进行数据绑定,然后对于数组中的每个对象 A,它将显示对象 A 所具有的对象和对象 B、C 的数据。

xaml 可以实现这样的功能吗?如果是的话,有人有这方面的例子吗?

请记住,我是 silverlight/xaml/wp7 的新手,并试图在有限的时间内学习尽可能多的知识。我在网上搜索了很多这个,但还没有找到一个遮阳篷。希望这里有人能为我解决问题。

As an intern i need to develop an WP7 app and i am in a learning stage now to figure out and learn WP7. N
ow i've run into databinding for windows phone 7. Allready i know this will be one of the most important features i'll be using for this app.

So i'm getting an array of objects A which has an object B and object B has an object C.
What i'd like to have is databind the array, then for each object A in the array it will show data for the object and objects B,C which object A has.

Is such a thing possible with xaml? If so does anyone has an example for that.

Please bear in mind i'm totally new in silverlight/xaml/wp7 and trying to learn as much as possible in limited time. I am searching the web for this alot and havent (yet) found an awner. Hoping someone here can clear things up for me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

如歌彻婉言 2024-12-23 21:10:11

至于数据绑定,阅读教程

对于实际的演示,请确定 UI 元素。如果您使用嵌套列表,则只需绑定到父元素的属性。

As for databindings, read a tutorial.

For the actual presentation, decide on a UI element. If you do nested lists, you'll just bind to the property of the parent element.

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