nucleons
nucleons

Reputation: 742

Expanderview in listbox, Windows phone 7

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?

Upvotes: 1

Views: 722

Answers (1)

nucleons
nucleons

Reputation: 742

This issue is fixed in November 2011 latest update toolkit.

Upvotes: 1

Related Questions