Search code examples
windows-phone-7listboxexpander

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?


Solution

  • This issue is fixed in November 2011 latest update toolkit.