在 Dashcode 上动态更改数据源的 xml 源

发布于 2024-08-22 23:54:48 字数 496 浏览 5 评论 0原文

经典的 StackLayout-List 场景。 StackLayout 有:Home - Detail - Leaf

在“Home”上我有一个像这样的数据源:

<row><name>Element 1</name><resource>../Element1.xml</resource></row>
<row><name>Element 2</name><resource>../Element2.xml</resource></row>

它绑定到名称列表“< em>homeList”。 onClick“元素1”我加载详细信息。

详细信息有一个列表,我们称之为“detailList”,问题是我必须在运行时将此列表与先前选择的资源元素“绑定”。

Classic StackLayout-List(s) scenario.
StackLayout have: Home - Detail - Leaf

On "Home" I have a Datasource like this:

<row><name>Element 1</name><resource>../Element1.xml</resource></row>
<row><name>Element 2</name><resource>../Element2.xml</resource></row>

This is binded to a list of name "homeList". onClick on "Element 1" i load Detail.

Detail have a list, let's call it "detailList", the problem is that i have to "bind" at runtime this list with resource element from previous selection.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文