列表框中的 Expanderview,Windows Phone 7

发布于 2025-01-08 20:26:20 字数 367 浏览 0 评论 0原文

我将用户的评论绑定到扩展器视图。代码看起来

<ListBox..>
<ListBox.ItemTemplate>
    <DataTemplate>
        <toolkit:ExpanderView>
            ..
        </toolkit:ExpanderView>
    </DataTemplate>
</ListBox.ItemTemplate>

当我们展开两个或多个项目,然后滚动到列表框的向下/向上,然后返回到该展开的项目时,展开器视图会相互重叠,从而干扰 Ui。

是否有解决办法?

I am binding comments of user to expander view. The code looks

<ListBox..>
<ListBox.ItemTemplate>
    <DataTemplate>
        <toolkit:ExpanderView>
            ..
        </toolkit:ExpanderView>
    </DataTemplate>
</ListBox.ItemTemplate>

When we expand two or more items and then scroll till down/up of listbox, and then back to that expanded items, the expander view are overlapping with one another disturbing Ui.

Whether there is any solution for this?

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

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

发布评论

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

评论(1

拿命拼未来 2025-01-15 20:26:20

此问题已在 2011 年 11 月的最新更新工具包中修复。

This issue is fixed in November 2011 latest update toolkit.

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